#599EBF

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

Shades of Shakespeare #599EBF

Tints of Shakespeare #599EBF

Color information

#599EBF (or 0x599EBF) is unknown color: approx Shakespeare. HEX triplet: 59, 9E and BF. RGB value is (89,158,191). Sum of RGB (Red+Green+Blue) = 89+158+191=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #599EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EBF is #A66140. Grayscale: #8C8C8C. Windows color (decimal): -10903873 or 12557913. OLE color: 12557913.

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

Color convert

RGB89158191-
CMYK0.530.1700.25
HSL199.41º44.35%54.9%-
HSV(B)199.41º53.4%74.9%-
XYZ25.7530.3453.79-
YUV141.13156.1490.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.32%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 191 (75% from 255) = 43.61%
R=20.32%
G=36.07%
B=43.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891581910.530.1700.25199.4144.3554.9
Hex599EBF3511019c72c37
Octal13123627765210313075467
Binary101100110011110101111111101011000101100111000111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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