#599FB6

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

Shades of Shakespeare #599FB6

Tints of Shakespeare #599FB6

Color information

#599FB6 (or 0x599FB6) is unknown color: approx Shakespeare. HEX triplet: 59, 9F and B6. RGB value is (89,159,182). Sum of RGB (Red+Green+Blue) = 89+159+182=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #599FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FB6 is #A66049. Grayscale: #8C8C8C. Windows color (decimal): -10903626 or 11968345. OLE color: 11968345.

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

Color convert

RGB89159182-
CMYK0.510.1300.29
HSL194.84º38.91%53.14%-
HSV(B)194.84º51.1%71.37%-
XYZ24.9630.348.79-
YUV140.69151.3191.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.70%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=20.70%
G=36.98%
B=42.33%

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
Decimal891591820.510.1300.29194.8438.9153.14
Hex599FB633D01Dc32735
Octal13123726663150353034765
Binary10110011001111110110110110011110101110111000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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