#5499AE

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

Shades of Shakespeare #5499AE

Tints of Shakespeare #5499AE

Color information

#5499AE (or 0x5499AE) is unknown color: approx Shakespeare. HEX triplet: 54, 99 and AE. RGB value is (84,153,174). Sum of RGB (Red+Green+Blue) = 84+153+174=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #5499AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5499AE is #AB6651. Grayscale: #868686. Windows color (decimal): -11232850 or 11442516. OLE color: 11442516.

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

Color convert

RGB84153174-
CMYK0.520.1200.32
HSL194º35.71%50.59%-
HSV(B)194º51.72%68.24%-
XYZ22.6927.7244.2-
YUV134.76150.1491.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=20.44%
G=37.23%
B=42.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841531740.520.1200.3219435.7150.59
Hex5499AE34C020c22433
Octal12423125664140403024463
Binary101010010011001101011101101001100010000011000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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