#55A2BB

Color #55A2BB Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #55A2BB

Tints of Shakespeare #55A2BB

Color information

#55A2BB (or 0x55A2BB) is unknown color: approx Shakespeare. HEX triplet: 55, A2 and BB. RGB value is (85,162,187). Sum of RGB (Red+Green+Blue) = 85+162+187=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #55A2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2BB is #AA5D44. Grayscale: #8D8D8D. Windows color (decimal): -11164997 or 12296789. OLE color: 12296789.

HSL color Cylindrical-coordinate representation of color #55A2BB: hue angle of 194.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55A2BB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85162187-
CMYK0.550.1300.27
HSL194.71º42.86%53.33%-
HSV(B)194.71º54.55%73.33%-
XYZ25.6431.3651.72-
YUV141.83153.4987.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.59%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=19.59%
G=37.33%
B=43.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851621870.550.1300.27194.7142.8653.33
Hex55A2BB37D01Bc32b35
Octal12524227367150333035365
Binary10101011010001010111011110111110101101111000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A2BB; }

 p { color: rgb(85,162,187); }

 H1.HeaderClassName
 {
   color: #55A2BB;
 }
 .AnyTagClassName
 {
   color: #55A2BB;
 }
</style>
background-color css

<style>
 a { background-color: #55A2BB; }

 a { background-color: rgb(85,162,187); }

 div.DivClassName
 {
   background-color: #55A2BB;
 }
 .BgClassName
 {
   background-color: #55A2BB;
 }
</style>
border-color css

<style>
 span { border-color: #55A2BB; }

 span { border-color: rgb(85,162,187); }

 td.TdClassName
 {
   border-color: #55A2BB;
 }
 .TagClassName
 {
   border-color: #55A2BB;
 }
</style>