#589BB1

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

Shades of Shakespeare #589BB1

Tints of Shakespeare #589BB1

Color information

#589BB1 (or 0x589BB1) is unknown color: approx Shakespeare. HEX triplet: 58, 9B and B1. RGB value is (88,155,177). Sum of RGB (Red+Green+Blue) = 88+155+177=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #589BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BB1 is #A7644E. Grayscale: #898989. Windows color (decimal): -10970191 or 11639640. OLE color: 11639640.

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

Color convert

RGB88155177-
CMYK0.500.1200.31
HSL194.83º36.33%51.96%-
HSV(B)194.83º50.28%69.41%-
XYZ23.6828.6945.88-
YUV137.48150.392.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.95%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=20.95%
G=36.90%
B=42.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881551770.500.1200.31194.8336.3351.96
Hex589BB132C01Fc32434
Octal13023326162140373034464
Binary10110001001101110110001110010110001111111000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,155,177); }

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

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

 a { background-color: rgb(88,155,177); }

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

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

 span { border-color: rgb(88,155,177); }

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