#59A1BA

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

Shades of Shakespeare #59A1BA

Tints of Shakespeare #59A1BA

Color information

#59A1BA (or 0x59A1BA) is unknown color: approx Shakespeare. HEX triplet: 59, A1 and BA. RGB value is (89,161,186). Sum of RGB (Red+Green+Blue) = 89+161+186=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #59A1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A1BA is #A65E45. Grayscale: #8E8E8E. Windows color (decimal): -10903110 or 12231001. OLE color: 12231001.

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

Color convert

RGB89161186-
CMYK0.520.1300.27
HSL195.46º41.28%53.92%-
HSV(B)195.46º52.15%72.94%-
XYZ25.7331.1651.11-
YUV142.32152.6589.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=20.41%
G=36.93%
B=42.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891611860.520.1300.27195.4641.2853.92
Hex59A1BA34D01Bc32936
Octal13124127264150333035166
Binary10110011010000110111010110100110101101111000011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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