#5499AD

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

Shades of Shakespeare #5499AD

Tints of Shakespeare #5499AD

Color information

#5499AD (or 0x5499AD) is unknown color: approx Shakespeare. HEX triplet: 54, 99 and AD. RGB value is (84,153,173). Sum of RGB (Red+Green+Blue) = 84+153+173=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #5499AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5499AD is #AB6652. Grayscale: #868686. Windows color (decimal): -11232851 or 11376980. OLE color: 11376980.

HSL color Cylindrical-coordinate representation of color #5499AD: hue angle of 193.48º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5499AD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84153173-
CMYK0.510.1200.32
HSL193.48º35.18%50.39%-
HSV(B)193.48º51.45%67.84%-
XYZ22.5927.6843.69-
YUV134.65149.6491.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.49%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=20.49%
G=37.32%
B=42.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841531730.510.1200.32193.4835.1850.39
Hex5499AD33C020c12332
Octal12423125563140403014362
Binary101010010011001101011011100111100010000011000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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