#59A5BE

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

Shades of Shakespeare #59A5BE

Tints of Shakespeare #59A5BE

Color information

#59A5BE (or 0x59A5BE) is unknown color: approx Shakespeare. HEX triplet: 59, A5 and BE. RGB value is (89,165,190). Sum of RGB (Red+Green+Blue) = 89+165+190=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #59A5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5BE is #A65A41. Grayscale: #909090. Windows color (decimal): -10902082 or 12494169. OLE color: 12494169.

HSL color Cylindrical-coordinate representation of color #59A5BE: hue angle of 194.85º 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 #59A5BE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89165190-
CMYK0.530.1300.25
HSL194.85º43.72%54.71%-
HSV(B)194.85º53.16%74.51%-
XYZ26.8732.7553.62-
YUV145.13153.3287.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=20.05%
G=37.16%
B=42.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891651900.530.1300.25194.8543.7254.71
Hex59A5BE35D019c32c37
Octal13124527665150313035467
Binary10110011010010110111110110101110101100111000011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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