#599AAF

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

Shades of Shakespeare #599AAF

Tints of Shakespeare #599AAF

Color information

#599AAF (or 0x599AAF) is unknown color: approx Shakespeare. HEX triplet: 59, 9A and AF. RGB value is (89,154,175). Sum of RGB (Red+Green+Blue) = 89+154+175=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #599AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AAF is #A66550. Grayscale: #888888. Windows color (decimal): -10904913 or 11508313. OLE color: 11508313.

HSL color Cylindrical-coordinate representation of color #599AAF: hue angle of 194.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599AAF is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89154175-
CMYK0.490.1200.31
HSL194.65º34.96%51.76%-
HSV(B)194.65º49.14%68.63%-
XYZ23.4128.3344.79-
YUV136.96149.4793.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.29%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=21.29%
G=36.84%
B=41.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891541750.490.1200.31194.6534.9651.76
Hex599AAF31C01Fc32334
Octal13123225761140373034364
Binary10110011001101010101111110001110001111111000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599AAF; }

 p { color: rgb(89,154,175); }

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

<style>
 a { background-color: #599AAF; }

 a { background-color: rgb(89,154,175); }

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

<style>
 span { border-color: #599AAF; }

 span { border-color: rgb(89,154,175); }

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