#59A3BE

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

Shades of Shakespeare #59A3BE

Tints of Shakespeare #59A3BE

Color information

#59A3BE (or 0x59A3BE) is unknown color: approx Shakespeare. HEX triplet: 59, A3 and BE. RGB value is (89,163,190). Sum of RGB (Red+Green+Blue) = 89+163+190=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #59A3BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A3BE is #A65C41. Grayscale: #8F8F8F. Windows color (decimal): -10902594 or 12493657. OLE color: 12493657.

HSL color Cylindrical-coordinate representation of color #59A3BE: hue angle of 196.04º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59A3BE is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89163190-
CMYK0.530.1400.25
HSL196.04º43.72%54.71%-
HSV(B)196.04º53.16%74.51%-
XYZ26.5132.0453.5-
YUV143.95153.9888.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.14%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=20.14%
G=36.88%
B=42.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891631900.530.1400.25196.0443.7254.71
Hex59A3BE35E019c42c37
Octal13124327665160313045467
Binary10110011010001110111110110101111001100111000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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