#5499AB

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

Shades of Shakespeare #5499AB

Tints of Shakespeare #5499AB

Color information

#5499AB (or 0x5499AB) is unknown color: approx Shakespeare. HEX triplet: 54, 99 and AB. RGB value is (84,153,171). Sum of RGB (Red+Green+Blue) = 84+153+171=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #5499AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5499AB is #AB6654. Grayscale: #868686. Windows color (decimal): -11232853 or 11245908. OLE color: 11245908.

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

Color convert

RGB84153171-
CMYK0.510.1100.33
HSL192.41º34.12%50%-
HSV(B)192.41º50.88%67.06%-
XYZ22.427.6142.68-
YUV134.42148.6492.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=20.59%
G=37.5%
B=41.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841531710.510.1100.33192.4134.1250
Hex5499AB33B021c02232
Octal12423125363130413004262
Binary101010010011001101010111100111011010000111000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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