#589DAD

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

Shades of Shakespeare #589DAD

Tints of Shakespeare #589DAD

Color information

#589DAD (or 0x589DAD) is unknown color: approx Shakespeare. HEX triplet: 58, 9D and AD. RGB value is (88,157,173). Sum of RGB (Red+Green+Blue) = 88+157+173=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #589DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589DAD is #A76252. Grayscale: #8A8A8A. Windows color (decimal): -10969683 or 11378008. OLE color: 11378008.

HSL color Cylindrical-coordinate representation of color #589DAD: hue angle of 191.29º degrees, saturation: 0.34, 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 #589DAD is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88157173-
CMYK0.490.0900.32
HSL191.29º34.14%51.18%-
HSV(B)191.29º49.13%67.84%-
XYZ23.6229.2143.93-
YUV138.19147.6492.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=21.05%
G=37.56%
B=41.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881571730.490.0900.32191.2934.1451.18
Hex589DAD319020bf2233
Octal13023525561110402774263
Binary101100010011101101011011100011001010000010111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,157,173); }

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

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

 a { background-color: rgb(88,157,173); }

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

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

 span { border-color: rgb(88,157,173); }

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