#589CB0

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

Shades of Shakespeare #589CB0

Tints of Shakespeare #589CB0

Color information

#589CB0 (or 0x589CB0) is unknown color: approx Shakespeare. HEX triplet: 58, 9C and B0. RGB value is (88,156,176). Sum of RGB (Red+Green+Blue) = 88+156+176=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #589CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589CB0 is #A7634F. Grayscale: #898989. Windows color (decimal): -10969936 or 11574360. OLE color: 11574360.

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

Color convert

RGB88156176-
CMYK0.500.1100.31
HSL193.64º35.77%51.76%-
HSV(B)193.64º50%69.02%-
XYZ23.7528.9945.42-
YUV137.95149.4792.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.95%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=20.95%
G=37.14%
B=41.90%

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
Decimal881561760.500.1100.31193.6435.7751.76
Hex589CB032B01Fc22434
Octal13023426062130373024464
Binary10110001001110010110000110010101101111111000010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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