#59A2BC

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

Shades of Shakespeare #59A2BC

Tints of Shakespeare #59A2BC

Color information

#59A2BC (or 0x59A2BC) is unknown color: approx Shakespeare. HEX triplet: 59, A2 and BC. RGB value is (89,162,188). Sum of RGB (Red+Green+Blue) = 89+162+188=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #59A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2BC is #A65D43. Grayscale: #8E8E8E. Windows color (decimal): -10902852 or 12362329. OLE color: 12362329.

HSL color Cylindrical-coordinate representation of color #59A2BC: hue angle of 195.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59A2BC is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89162188-
CMYK0.530.1400.26
HSL195.76º42.49%54.31%-
HSV(B)195.76º52.66%73.73%-
XYZ26.1231.652.3-
YUV143.14153.3289.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=20.27%
G=36.90%
B=42.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891621880.530.1400.26195.7642.4954.31
Hex59A2BC35E01Ac42a36
Octal13124227465160323045266
Binary10110011010001010111100110101111001101011000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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