#599EC1

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

Shades of Shakespeare #599EC1

Tints of Shakespeare #599EC1

Color information

#599EC1 (or 0x599EC1) is unknown color: approx Shakespeare. HEX triplet: 59, 9E and C1. RGB value is (89,158,193). Sum of RGB (Red+Green+Blue) = 89+158+193=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #599EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EC1 is #A6613E. Grayscale: #8D8D8D. Windows color (decimal): -10903871 or 12688985. OLE color: 12688985.

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

Color convert

RGB89158193-
CMYK0.540.1800.24
HSL200.19º45.61%55.29%-
HSV(B)200.19º53.89%75.69%-
XYZ25.9730.4354.96-
YUV141.36157.1490.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.23%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=20.23%
G=35.91%
B=43.86%

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
Decimal891581930.540.1800.24200.1945.6155.29
Hex599EC13612018c82e37
Octal13123630166220303105667
Binary101100110011110110000011101101001001100011001000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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