#589CBA

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

Shades of Shakespeare #589CBA

Tints of Shakespeare #589CBA

Color information

#589CBA (or 0x589CBA) is unknown color: approx Shakespeare. HEX triplet: 58, 9C and BA. RGB value is (88,156,186). Sum of RGB (Red+Green+Blue) = 88+156+186=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #589CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CBA is #A76345. Grayscale: #8A8A8A. Windows color (decimal): -10969926 or 12229720. OLE color: 12229720.

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

Color convert

RGB88156186-
CMYK0.530.1600.27
HSL198.37º41.53%53.73%-
HSV(B)198.37º52.69%72.94%-
XYZ24.7829.450.82-
YUV139.09154.4791.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.47%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=20.47%
G=36.28%
B=43.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881561860.530.1600.27198.3741.5353.73
Hex589CBA351001Bc62a36
Octal13023427265200333065266
Binary101100010011100101110101101011000001101111000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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