#559ABC

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

Shades of Shakespeare #559ABC

Tints of Shakespeare #559ABC

Color information

#559ABC (or 0x559ABC) is unknown color: approx Shakespeare. HEX triplet: 55, 9A and BC. RGB value is (85,154,188). Sum of RGB (Red+Green+Blue) = 85+154+188=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #559ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ABC is #AA6543. Grayscale: #898989. Windows color (decimal): -11167044 or 12360277. OLE color: 12360277.

HSL color Cylindrical-coordinate representation of color #559ABC: hue angle of 199.81º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559ABC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85154188-
CMYK0.550.1800.26
HSL199.81º43.46%53.53%-
HSV(B)199.81º54.79%73.73%-
XYZ24.3828.6751.83-
YUV137.24156.6490.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=19.91%
G=36.07%
B=44.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851541880.550.1800.26199.8143.4653.53
Hex559ABC371201Ac82b36
Octal12523227467220323105366
Binary101010110011010101111001101111001001101011001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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