#599CB6

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

Shades of Shakespeare #599CB6

Tints of Shakespeare #599CB6

Color information

#599CB6 (or 0x599CB6) is unknown color: approx Shakespeare. HEX triplet: 59, 9C and B6. RGB value is (89,156,182). Sum of RGB (Red+Green+Blue) = 89+156+182=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #599CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CB6 is #A66349. Grayscale: #8A8A8A. Windows color (decimal): -10904394 or 11967577. OLE color: 11967577.

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

Color convert

RGB89156182-
CMYK0.510.1400.29
HSL196.77º38.91%53.14%-
HSV(B)196.77º51.1%71.37%-
XYZ24.4529.2848.62-
YUV138.93152.392.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.84%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 182 (71.48% from 255) = 42.62%
R=20.84%
G=36.53%
B=42.62%

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
Decimal891561820.510.1400.29196.7738.9153.14
Hex599CB633E01Dc52735
Octal13123426663160353054765
Binary10110011001110010110110110011111001110111000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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