#59A2C1

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

Shades of Shakespeare #59A2C1

Tints of Shakespeare #59A2C1

Color information

#59A2C1 (or 0x59A2C1) is unknown color: approx Shakespeare. HEX triplet: 59, A2 and C1. RGB value is (89,162,193). Sum of RGB (Red+Green+Blue) = 89+162+193=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #59A2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2C1 is #A65D3E. Grayscale: #8F8F8F. Windows color (decimal): -10902847 or 12690009. OLE color: 12690009.

HSL color Cylindrical-coordinate representation of color #59A2C1: hue angle of 197.88º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59A2C1 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89162193-
CMYK0.540.1600.24
HSL197.88º45.61%55.29%-
HSV(B)197.88º53.89%75.69%-
XYZ26.6731.8155.19-
YUV143.71155.8288.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=20.05%
G=36.49%
B=43.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891621930.540.1600.24197.8845.6155.29
Hex59A2C13610018c62e37
Octal13124230166200303065667
Binary101100110100010110000011101101000001100011000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,162,193); }

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

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

 a { background-color: rgb(89,162,193); }

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

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

 span { border-color: rgb(89,162,193); }

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