#59A0BB

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

Shades of Shakespeare #59A0BB

Tints of Shakespeare #59A0BB

Color information

#59A0BB (or 0x59A0BB) is unknown color: approx Shakespeare. HEX triplet: 59, A0 and BB. RGB value is (89,160,187). Sum of RGB (Red+Green+Blue) = 89+160+187=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #59A0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A0BB is #A65F44. Grayscale: #8D8D8D. Windows color (decimal): -10903365 or 12296281. OLE color: 12296281.

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

Color convert

RGB89160187-
CMYK0.520.1400.27
HSL196.53º41.88%54.12%-
HSV(B)196.53º52.41%73.33%-
XYZ25.6630.8551.62-
YUV141.85153.4890.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=20.41%
G=36.70%
B=42.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891601870.520.1400.27196.5341.8854.12
Hex59A0BB34E01Bc52a36
Octal13124027364160333055266
Binary10110011010000010111011110100111001101111000101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A0BB; }

 p { color: rgb(89,160,187); }

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

<style>
 a { background-color: #59A0BB; }

 a { background-color: rgb(89,160,187); }

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

<style>
 span { border-color: #59A0BB; }

 span { border-color: rgb(89,160,187); }

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