#589BAE

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

Shades of Shakespeare #589BAE

Tints of Shakespeare #589BAE

Color information

#589BAE (or 0x589BAE) is unknown color: approx Shakespeare. HEX triplet: 58, 9B and AE. RGB value is (88,155,174). Sum of RGB (Red+Green+Blue) = 88+155+174=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #589BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589BAE is #A76451. Grayscale: #888888. Windows color (decimal): -10970194 or 11443032. OLE color: 11443032.

HSL color Cylindrical-coordinate representation of color #589BAE: hue angle of 193.26º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589BAE is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88155174-
CMYK0.490.1100.32
HSL193.26º34.68%51.37%-
HSV(B)193.26º49.43%68.24%-
XYZ23.3928.5744.33-
YUV137.13148.892.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.10%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=21.10%
G=37.17%
B=41.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881551740.490.1100.32193.2634.6851.37
Hex589BAE31B020c12333
Octal13023325661130403014363
Binary101100010011011101011101100011011010000011000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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