#589FB0

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

Shades of Shakespeare #589FB0

Tints of Shakespeare #589FB0

Color information

#589FB0 (or 0x589FB0) is unknown color: approx Shakespeare. HEX triplet: 58, 9F and B0. RGB value is (88,159,176). Sum of RGB (Red+Green+Blue) = 88+159+176=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #589FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FB0 is #A7604F. Grayscale: #8B8B8B. Windows color (decimal): -10969168 or 11575128. OLE color: 11575128.

HSL color Cylindrical-coordinate representation of color #589FB0: hue angle of 191.59º degrees, saturation: 0.36, 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 #589FB0 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88159176-
CMYK0.500.1000.31
HSL191.59º35.77%51.76%-
HSV(B)191.59º50%69.02%-
XYZ24.2630.0145.59-
YUV139.71148.4891.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=20.80%
G=37.59%
B=41.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881591760.500.1000.31191.5935.7751.76
Hex589FB032A01Fc02434
Octal13023726062120373004464
Binary10110001001111110110000110010101001111111000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,159,176); }

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

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

 a { background-color: rgb(88,159,176); }

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

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

 span { border-color: rgb(88,159,176); }

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