#559AB8

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

Shades of Shakespeare #559AB8

Tints of Shakespeare #559AB8

Color information

#559AB8 (or 0x559AB8) is unknown color: approx Shakespeare. HEX triplet: 55, 9A and B8. RGB value is (85,154,184). Sum of RGB (Red+Green+Blue) = 85+154+184=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 184 - color contains mainly: blue. Hex color #559AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AB8 is #AA6547. Grayscale: #888888. Windows color (decimal): -11167048 or 12098133. OLE color: 12098133.

HSL color Cylindrical-coordinate representation of color #559AB8: hue angle of 198.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559AB8 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85154184-
CMYK0.540.1600.28
HSL198.18º41.08%52.75%-
HSV(B)198.18º53.8%72.16%-
XYZ23.9528.549.59-
YUV136.79154.6491.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 184 (72.27% from 255) = 43.50%
R=20.09%
G=36.41%
B=43.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851541840.540.1600.28198.1841.0852.75
Hex559AB8361001Cc62935
Octal12523227066200343065165
Binary101010110011010101110001101101000001110011000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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