#5799AB

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

Shades of Shakespeare #5799AB

Tints of Shakespeare #5799AB

Color information

#5799AB (or 0x5799AB) is unknown color: approx Shakespeare. HEX triplet: 57, 99 and AB. RGB value is (87,153,171). Sum of RGB (Red+Green+Blue) = 87+153+171=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #5799AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5799AB is #A86654. Grayscale: #878787. Windows color (decimal): -11036245 or 11245911. OLE color: 11245911.

HSL color Cylindrical-coordinate representation of color #5799AB: hue angle of 192.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5799AB is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87153171-
CMYK0.490.1100.33
HSL192.86º33.33%50.59%-
HSV(B)192.86º49.12%67.06%-
XYZ22.6727.7542.69-
YUV135.32148.1393.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.17%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=21.17%
G=37.23%
B=41.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871531710.490.1100.33192.8633.3350.59
Hex5799AB31B021c12133
Octal12723125361130413014163
Binary101011110011001101010111100011011010000111000001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5799AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5799AB; }

 p { color: rgb(87,153,171); }

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

<style>
 a { background-color: #5799AB; }

 a { background-color: rgb(87,153,171); }

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

<style>
 span { border-color: #5799AB; }

 span { border-color: rgb(87,153,171); }

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