#5599AB

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

Shades of Shakespeare #5599AB

Tints of Shakespeare #5599AB

Color information

#5599AB (or 0x5599AB) is unknown color: approx Shakespeare. HEX triplet: 55, 99 and AB. RGB value is (85,153,171). Sum of RGB (Red+Green+Blue) = 85+153+171=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #5599AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5599AB is #AA6654. Grayscale: #868686. Windows color (decimal): -11167317 or 11245909. OLE color: 11245909.

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

Color convert

RGB85153171-
CMYK0.500.1100.33
HSL192.56º33.86%50.2%-
HSV(B)192.56º50.29%67.06%-
XYZ22.4927.6542.68-
YUV134.72148.4792.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=20.78%
G=37.41%
B=41.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851531710.500.1100.33192.5633.8650.2
Hex5599AB32B021c12232
Octal12523125362130413014262
Binary101010110011001101010111100101011010000111000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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