#599FC3

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

Shades of Shakespeare #599FC3

Tints of Shakespeare #599FC3

Color information

#599FC3 (or 0x599FC3) is unknown color: approx Shakespeare. HEX triplet: 59, 9F and C3. RGB value is (89,159,195). Sum of RGB (Red+Green+Blue) = 89+159+195=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #599FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FC3 is #A6603C. Grayscale: #8D8D8D. Windows color (decimal): -10903613 or 12820313. OLE color: 12820313.

HSL color Cylindrical-coordinate representation of color #599FC3: hue angle of 200.38º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599FC3 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89159195-
CMYK0.540.1800.24
HSL200.38º46.9%55.69%-
HSV(B)200.38º54.36%76.47%-
XYZ26.3730.8656.2-
YUV142.17157.8190.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.09%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 195 (76.56% from 255) = 44.02%
R=20.09%
G=35.89%
B=44.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891591950.540.1800.24200.3846.955.69
Hex599FC33612018c82f38
Octal13123730366220303105770
Binary101100110011111110000111101101001001100011001000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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