#59a4bf

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

Shades of Shakespeare #59A4BF

Tints of Shakespeare #59A4BF

Color information

#59A4BF (or 0x59A4BF) is unknown color: approx Shakespeare. HEX triplet: 59, A4 and BF. RGB value is (89,164,191). Sum of RGB (Red+Green+Blue) = 89+164+191=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #59A4BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4BF is #A65B40. Grayscale: #909090. Windows color (decimal): -10902337 or 12559449. OLE color: 12559449.

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

Color convert

RGB89164191-
CMYK0.530.1400.25
HSL195.88º44.35%54.9%-
HSV(B)195.88º53.4%74.9%-
XYZ26.832.4454.14-
YUV144.65154.1588.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 191 (75% from 255) = 43.02%
R=20.05%
G=36.94%
B=43.02%

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
Decimal891641910.530.1400.25195.8844.3554.9
Hex59A4BF35E019c42c37
Octal13124427765160313045467
Binary10110011010010010111111110101111001100111000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59a4bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,164,191); }

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

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

 a { background-color: rgb(89,164,191); }

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

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

 span { border-color: rgb(89,164,191); }

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