#589FB1

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

Shades of Shakespeare #589FB1

Tints of Shakespeare #589FB1

Color information

#589FB1 (or 0x589FB1) is unknown color: approx Shakespeare. HEX triplet: 58, 9F and B1. RGB value is (88,159,177). Sum of RGB (Red+Green+Blue) = 88+159+177=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #589FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589FB1 is #A7604E. Grayscale: #8B8B8B. Windows color (decimal): -10969167 or 11640664. OLE color: 11640664.

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

Color convert

RGB88159177-
CMYK0.500.1000.31
HSL192.13º36.33%51.96%-
HSV(B)192.13º50.28%69.41%-
XYZ24.3630.0546.11-
YUV139.82148.9891.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=20.75%
G=37.5%
B=41.75%

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
Decimal881591770.500.1000.31192.1336.3351.96
Hex589FB132A01Fc02434
Octal13023726162120373004464
Binary10110001001111110110001110010101001111111000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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