#599BAD

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

Shades of Shakespeare #599BAD

Tints of Shakespeare #599BAD

Color information

#599BAD (or 0x599BAD) is unknown color: approx Shakespeare. HEX triplet: 59, 9B and AD. RGB value is (89,155,173). Sum of RGB (Red+Green+Blue) = 89+155+173=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #599BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BAD is #A66452. Grayscale: #898989. Windows color (decimal): -10904659 or 11377497. OLE color: 11377497.

HSL color Cylindrical-coordinate representation of color #599BAD: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599BAD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89155173-
CMYK0.490.1000.32
HSL192.86º33.87%51.37%-
HSV(B)192.86º48.55%67.84%-
XYZ23.3828.5843.82-
YUV137.32148.1393.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=21.34%
G=37.17%
B=41.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891551730.490.1000.32192.8633.8751.37
Hex599BAD31A020c12233
Octal13123325561120403014263
Binary101100110011011101011011100011010010000011000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,173); }

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

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

 a { background-color: rgb(89,155,173); }

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

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

 span { border-color: rgb(89,155,173); }

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