#599DB6

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

Shades of Shakespeare #599DB6

Tints of Shakespeare #599DB6

Color information

#599DB6 (or 0x599DB6) is unknown color: approx Shakespeare. HEX triplet: 59, 9D and B6. RGB value is (89,157,182). Sum of RGB (Red+Green+Blue) = 89+157+182=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #599DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DB6 is #A66249. Grayscale: #8B8B8B. Windows color (decimal): -10904138 or 11967833. OLE color: 11967833.

HSL color Cylindrical-coordinate representation of color #599DB6: hue angle of 196.13º degrees, saturation: 0.39, 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 #599DB6 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89157182-
CMYK0.510.1400.29
HSL196.13º38.91%53.14%-
HSV(B)196.13º51.1%71.37%-
XYZ24.6229.6248.67-
YUV139.52151.9791.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.79%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 182 (71.48% from 255) = 42.52%
R=20.79%
G=36.68%
B=42.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891571820.510.1400.29196.1338.9153.14
Hex599DB633E01Dc42735
Octal13123526663160353044765
Binary10110011001110110110110110011111001110111000100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,157,182); }

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

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

 a { background-color: rgb(89,157,182); }

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

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

 span { border-color: rgb(89,157,182); }

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