#59A3C1

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

Shades of Shakespeare #59A3C1

Tints of Shakespeare #59A3C1

Color information

#59A3C1 (or 0x59A3C1) is unknown color: approx Shakespeare. HEX triplet: 59, A3 and C1. RGB value is (89,163,193). Sum of RGB (Red+Green+Blue) = 89+163+193=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #59A3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A3C1 is #A65C3E. Grayscale: #909090. Windows color (decimal): -10902591 or 12690265. OLE color: 12690265.

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

Color convert

RGB89163193-
CMYK0.540.1600.24
HSL197.31º45.61%55.29%-
HSV(B)197.31º53.89%75.69%-
XYZ26.8432.1755.25-
YUV144.29155.4888.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=20%
G=36.63%
B=43.37%

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
Decimal891631930.540.1600.24197.3145.6155.29
Hex59A3C13610018c52e37
Octal13124330166200303055667
Binary101100110100011110000011101101000001100011000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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