#55A0B4

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

Shades of Shakespeare #55A0B4

Tints of Shakespeare #55A0B4

Color information

#55A0B4 (or 0x55A0B4) is unknown color: approx Shakespeare. HEX triplet: 55, A0 and B4. RGB value is (85,160,180). Sum of RGB (Red+Green+Blue) = 85+160+180=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #55A0B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A0B4 is #AA5F4B. Grayscale: #8B8B8B. Windows color (decimal): -11165516 or 11837525. OLE color: 11837525.

HSL color Cylindrical-coordinate representation of color #55A0B4: hue angle of 192.63º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55A0B4 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85160180-
CMYK0.530.1100.29
HSL192.63º38.78%51.96%-
HSV(B)192.63º52.78%70.59%-
XYZ24.5630.3747.75-
YUV139.85150.6588.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=20%
G=37.65%
B=42.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851601800.530.1100.29192.6338.7851.96
Hex55A0B435B01Dc12734
Octal12524026465130353014764
Binary10101011010000010110100110101101101110111000001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,160,180); }

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

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

 a { background-color: rgb(85,160,180); }

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

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

 span { border-color: rgb(85,160,180); }

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