#59A6BA

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

Shades of Shakespeare #59A6BA

Tints of Shakespeare #59A6BA

Color information

#59A6BA (or 0x59A6BA) is unknown color: approx Shakespeare. HEX triplet: 59, A6 and BA. RGB value is (89,166,186). Sum of RGB (Red+Green+Blue) = 89+166+186=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #59A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A6BA is #A65945. Grayscale: #919191. Windows color (decimal): -10901830 or 12232281. OLE color: 12232281.

HSL color Cylindrical-coordinate representation of color #59A6BA: hue angle of 192.37º degrees, saturation: 0.41, 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 #59A6BA is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89166186-
CMYK0.520.1100.27
HSL192.37º41.28%53.92%-
HSV(B)192.37º52.15%72.94%-
XYZ26.6232.9451.41-
YUV145.26150.9987.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=20.18%
G=37.64%
B=42.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891661860.520.1100.27192.3741.2853.92
Hex59A6BA34B01Bc02936
Octal13124627264130333005166
Binary10110011010011010111010110100101101101111000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,166,186); }

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

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

 a { background-color: rgb(89,166,186); }

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

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

 span { border-color: rgb(89,166,186); }

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