#599EC0

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

Shades of Shakespeare #599EC0

Tints of Shakespeare #599EC0

Color information

#599EC0 (or 0x599EC0) is unknown color: approx Shakespeare. HEX triplet: 59, 9E and C0. RGB value is (89,158,192). Sum of RGB (Red+Green+Blue) = 89+158+192=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #599EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EC0 is #A6613F. Grayscale: #8D8D8D. Windows color (decimal): -10903872 or 12623449. OLE color: 12623449.

HSL color Cylindrical-coordinate representation of color #599EC0: hue angle of 199.81º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599EC0 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89158192-
CMYK0.540.1800.25
HSL199.81º44.98%55.1%-
HSV(B)199.81º53.65%75.29%-
XYZ25.8630.3854.37-
YUV141.24156.6490.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=20.27%
G=35.99%
B=43.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891581920.540.1800.25199.8144.9855.1
Hex599EC03612019c82d37
Octal13123630066220313105567
Binary101100110011110110000001101101001001100111001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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