#559AB4

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

Shades of Shakespeare #559AB4

Tints of Shakespeare #559AB4

Color information

#559AB4 (or 0x559AB4) is unknown color: approx Shakespeare. HEX triplet: 55, 9A and B4. RGB value is (85,154,180). Sum of RGB (Red+Green+Blue) = 85+154+180=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #559AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AB4 is #AA654B. Grayscale: #888888. Windows color (decimal): -11167052 or 11835989. OLE color: 11835989.

HSL color Cylindrical-coordinate representation of color #559AB4: hue angle of 196.42º 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 #559AB4 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85154180-
CMYK0.530.1400.29
HSL196.42º38.78%51.96%-
HSV(B)196.42º52.78%70.59%-
XYZ23.5428.3447.41-
YUV136.33152.6491.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.29%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=20.29%
G=36.75%
B=42.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851541800.530.1400.29196.4238.7851.96
Hex559AB435E01Dc42734
Octal12523226465160353044764
Binary10101011001101010110100110101111001110111000100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559AB4; }

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

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

<style>
 a { background-color: #559AB4; }

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

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

<style>
 span { border-color: #559AB4; }

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

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