#559EAE

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

Shades of Shakespeare #559EAE

Tints of Shakespeare #559EAE

Color information

#559EAE (or 0x559EAE) is unknown color: approx Shakespeare. HEX triplet: 55, 9E and AE. RGB value is (85,158,174). Sum of RGB (Red+Green+Blue) = 85+158+174=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #559EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EAE is #AA6151. Grayscale: #898989. Windows color (decimal): -11166034 or 11443797. OLE color: 11443797.

HSL color Cylindrical-coordinate representation of color #559EAE: hue angle of 190.79º 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 #559EAE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85158174-
CMYK0.510.0900.32
HSL190.79º35.46%50.78%-
HSV(B)190.79º51.15%68.24%-
XYZ23.6129.4444.48-
YUV138148.3290.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=20.38%
G=37.89%
B=41.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851581740.510.0900.32190.7935.4650.78
Hex559EAE339020bf2333
Octal12523625663110402774363
Binary101010110011110101011101100111001010000010111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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