#59A5C2

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

Shades of Shakespeare #59A5C2

Tints of Shakespeare #59A5C2

Color information

#59A5C2 (or 0x59A5C2) is unknown color: approx Shakespeare. HEX triplet: 59, A5 and C2. RGB value is (89,165,194). Sum of RGB (Red+Green+Blue) = 89+165+194=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #59A5C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5C2 is #A65A3D. Grayscale: #919191. Windows color (decimal): -10902078 or 12756313. OLE color: 12756313.

HSL color Cylindrical-coordinate representation of color #59A5C2: hue angle of 196.57º 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 #59A5C2 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89165194-
CMYK0.540.1500.24
HSL196.57º46.26%55.49%-
HSV(B)196.57º54.12%76.08%-
XYZ27.3132.9355.96-
YUV145.58155.3287.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.87%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=19.87%
G=36.83%
B=43.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891651940.540.1500.24196.5746.2655.49
Hex59A5C236F018c52e37
Octal13124530266170303055667
Binary10110011010010111000010110110111101100011000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,194); }

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

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

 a { background-color: rgb(89,165,194); }

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

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

 span { border-color: rgb(89,165,194); }

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