#59A3B4

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

Shades of Shakespeare #59A3B4

Tints of Shakespeare #59A3B4

Color information

#59A3B4 (or 0x59A3B4) is unknown color: approx Shakespeare. HEX triplet: 59, A3 and B4. RGB value is (89,163,180). Sum of RGB (Red+Green+Blue) = 89+163+180=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #59A3B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A3B4 is #A65C4B. Grayscale: #8E8E8E. Windows color (decimal): -10902604 or 11838297. OLE color: 11838297.

HSL color Cylindrical-coordinate representation of color #59A3B4: hue angle of 191.21º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59A3B4 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89163180-
CMYK0.510.0900.29
HSL191.21º37.76%52.75%-
HSV(B)191.21º50.56%70.59%-
XYZ25.4631.6147.94-
YUV142.81148.9889.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.60%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=20.60%
G=37.73%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891631800.510.0900.29191.2137.7652.75
Hex59A3B433901Dbf2635
Octal13124326463110352774665
Binary10110011010001110110100110011100101110110111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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