#5899AE

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

Shades of Shakespeare #5899AE

Tints of Shakespeare #5899AE

Color information

#5899AE (or 0x5899AE) is unknown color: approx Shakespeare. HEX triplet: 58, 99 and AE. RGB value is (88,153,174). Sum of RGB (Red+Green+Blue) = 88+153+174=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #5899AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5899AE is #A76651. Grayscale: #878787. Windows color (decimal): -10970706 or 11442520. OLE color: 11442520.

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

Color convert

RGB88153174-
CMYK0.490.1200.32
HSL194.65º34.68%51.37%-
HSV(B)194.65º49.43%68.24%-
XYZ23.0627.9144.22-
YUV135.96149.4793.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.20%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=21.20%
G=36.87%
B=41.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881531740.490.1200.32194.6534.6851.37
Hex5899AE31C020c32333
Octal13023125661140403034363
Binary101100010011001101011101100011100010000011000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5899AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5899AE; }

 p { color: rgb(88,153,174); }

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

<style>
 a { background-color: #5899AE; }

 a { background-color: rgb(88,153,174); }

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

<style>
 span { border-color: #5899AE; }

 span { border-color: rgb(88,153,174); }

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