#599DB0

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

Shades of Shakespeare #599DB0

Tints of Shakespeare #599DB0

Color information

#599DB0 (or 0x599DB0) is unknown color: approx Shakespeare. HEX triplet: 59, 9D and B0. RGB value is (89,157,176). Sum of RGB (Red+Green+Blue) = 89+157+176=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #599DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DB0 is #A6624F. Grayscale: #8A8A8A. Windows color (decimal): -10904144 or 11574617. OLE color: 11574617.

HSL color Cylindrical-coordinate representation of color #599DB0: hue angle of 193.1º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599DB0 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89157176-
CMYK0.490.1100.31
HSL193.1º35.51%51.96%-
HSV(B)193.1º49.43%69.02%-
XYZ24.0129.3745.48-
YUV138.83148.9792.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=21.09%
G=37.20%
B=41.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891571760.490.1100.31193.135.5151.96
Hex599DB031B01Fc12434
Octal13123526061130373014464
Binary10110011001110110110000110001101101111111000001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,157,176); }

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

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

 a { background-color: rgb(89,157,176); }

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

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

 span { border-color: rgb(89,157,176); }

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