#589CAF

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

Shades of Shakespeare #589CAF

Tints of Shakespeare #589CAF

Color information

#589CAF (or 0x589CAF) is unknown color: approx Shakespeare. HEX triplet: 58, 9C and AF. RGB value is (88,156,175). Sum of RGB (Red+Green+Blue) = 88+156+175=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #589CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589CAF is #A76350. Grayscale: #898989. Windows color (decimal): -10969937 or 11508824. OLE color: 11508824.

HSL color Cylindrical-coordinate representation of color #589CAF: hue angle of 193.1º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #589CAF is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88156175-
CMYK0.500.1100.31
HSL193.1º35.22%51.57%-
HSV(B)193.1º49.71%68.63%-
XYZ23.6528.9544.9-
YUV137.83148.9792.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.00%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=21.00%
G=37.23%
B=41.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881561750.500.1100.31193.135.2251.57
Hex589CAF32B01Fc12334
Octal13023425762130373014364
Binary10110001001110010101111110010101101111111000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589CAF; }

 p { color: rgb(88,156,175); }

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

<style>
 a { background-color: #589CAF; }

 a { background-color: rgb(88,156,175); }

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

<style>
 span { border-color: #589CAF; }

 span { border-color: rgb(88,156,175); }

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