#599EB6

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

Shades of Shakespeare #599EB6

Tints of Shakespeare #599EB6

Color information

#599EB6 (or 0x599EB6) is unknown color: approx Shakespeare. HEX triplet: 59, 9E and B6. RGB value is (89,158,182). Sum of RGB (Red+Green+Blue) = 89+158+182=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #599EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EB6 is #A66149. Grayscale: #8B8B8B. Windows color (decimal): -10903882 or 11968089. OLE color: 11968089.

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

Color convert

RGB89158182-
CMYK0.510.1300.29
HSL195.48º38.91%53.14%-
HSV(B)195.48º51.1%71.37%-
XYZ24.7929.9548.73-
YUV140.1151.6491.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.75%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=20.75%
G=36.83%
B=42.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891581820.510.1300.29195.4838.9153.14
Hex599EB633D01Dc32735
Octal13123626663150353034765
Binary10110011001111010110110110011110101110111000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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