#59A4BA

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

Shades of Shakespeare #59A4BA

Tints of Shakespeare #59A4BA

Color information

#59A4BA (or 0x59A4BA) is unknown color: approx Shakespeare. HEX triplet: 59, A4 and BA. RGB value is (89,164,186). Sum of RGB (Red+Green+Blue) = 89+164+186=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #59A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4BA is #A65B45. Grayscale: #8F8F8F. Windows color (decimal): -10902342 or 12231769. OLE color: 12231769.

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

Color convert

RGB89164186-
CMYK0.520.1200.27
HSL193.61º41.28%53.92%-
HSV(B)193.61º52.15%72.94%-
XYZ26.2632.2251.29-
YUV144.08151.6588.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=20.27%
G=37.36%
B=42.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891641860.520.1200.27193.6141.2853.92
Hex59A4BA34C01Bc22936
Octal13124427264140333025166
Binary10110011010010010111010110100110001101111000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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