#599EBA

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

Shades of Shakespeare #599EBA

Tints of Shakespeare #599EBA

Color information

#599EBA (or 0x599EBA) is unknown color: approx Shakespeare. HEX triplet: 59, 9E and BA. RGB value is (89,158,186). Sum of RGB (Red+Green+Blue) = 89+158+186=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #599EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EBA is #A66145. Grayscale: #8C8C8C. Windows color (decimal): -10903878 or 12230233. OLE color: 12230233.

HSL color Cylindrical-coordinate representation of color #599EBA: hue angle of 197.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599EBA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89158186-
CMYK0.520.1500.27
HSL197.32º41.28%53.92%-
HSV(B)197.32º52.15%72.94%-
XYZ25.2130.1250.94-
YUV140.56153.6491.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.55%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=20.55%
G=36.49%
B=42.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891581860.520.1500.27197.3241.2853.92
Hex599EBA34F01Bc52936
Octal13123627264170333055166
Binary10110011001111010111010110100111101101111000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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