#589DB9

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

Shades of Shakespeare #589DB9

Tints of Shakespeare #589DB9

Color information

#589DB9 (or 0x589DB9) is unknown color: approx Shakespeare. HEX triplet: 58, 9D and B9. RGB value is (88,157,185). Sum of RGB (Red+Green+Blue) = 88+157+185=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #589DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DB9 is #A76246. Grayscale: #8B8B8B. Windows color (decimal): -10969671 or 12164440. OLE color: 12164440.

HSL color Cylindrical-coordinate representation of color #589DB9: hue angle of 197.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #589DB9 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88157185-
CMYK0.520.1500.27
HSL197.32º40.93%53.53%-
HSV(B)197.32º52.43%72.55%-
XYZ24.8429.6950.32-
YUV139.56153.6491.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.47%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=20.47%
G=36.51%
B=43.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881571850.520.1500.27197.3240.9353.53
Hex589DB934F01Bc52936
Octal13023527164170333055166
Binary10110001001110110111001110100111101101111000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,157,185); }

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

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

 a { background-color: rgb(88,157,185); }

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

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

 span { border-color: rgb(88,157,185); }

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