#599EB2

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

Shades of Shakespeare #599EB2

Tints of Shakespeare #599EB2

Color information

#599EB2 (or 0x599EB2) is unknown color: approx Shakespeare. HEX triplet: 59, 9E and B2. RGB value is (89,158,178). Sum of RGB (Red+Green+Blue) = 89+158+178=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #599EB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599EB2 is #A6614D. Grayscale: #8B8B8B. Windows color (decimal): -10903886 or 11705945. OLE color: 11705945.

HSL color Cylindrical-coordinate representation of color #599EB2: hue angle of 193.48º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599EB2 is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB89158178-
CMYK0.50.1100.30
HSL193.48º36.63%52.35%-
HSV(B)193.48º50%69.8%-
XYZ24.3829.7946.58-
YUV139.65149.6491.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=20.94%
G=37.18%
B=41.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891581780.50.1100.30193.4836.6352.35
Hex599EB232B01Ec12534
Octal13123626262130363014564
Binary10110011001111010110010110010101101111011000001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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