#559bae

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

Shades of Shakespeare #559BAE

Tints of Shakespeare #559BAE

Color information

#559BAE (or 0x559BAE) is unknown color: approx Shakespeare. HEX triplet: 55, 9B and AE. RGB value is (85,155,174). Sum of RGB (Red+Green+Blue) = 85+155+174=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #559BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BAE is #AA6451. Grayscale: #888888. Windows color (decimal): -11166802 or 11443029. OLE color: 11443029.

HSL color Cylindrical-coordinate representation of color #559BAE: hue angle of 192.81º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559BAE is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85155174-
CMYK0.510.1100.32
HSL192.81º35.46%50.78%-
HSV(B)192.81º51.15%68.24%-
XYZ23.1128.4344.31-
YUV136.24149.3191.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=20.53%
G=37.44%
B=42.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851551740.510.1100.32192.8135.4650.78
Hex559BAE33B020c12333
Octal12523325663130403014363
Binary101010110011011101011101100111011010000011000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,155,174); }

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

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

 a { background-color: rgb(85,155,174); }

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

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

 span { border-color: rgb(85,155,174); }

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