#5499AA

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

Shades of Cadet Blue #5499AA

Tints of Cadet Blue #5499AA

Color information

#5499AA (or 0x5499AA) is unknown color: approx Cadet Blue. HEX triplet: 54, 99 and AA. RGB value is (84,153,170). Sum of RGB (Red+Green+Blue) = 84+153+170=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #5499AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5499AA is #AB6655. Grayscale: #868686. Windows color (decimal): -11232854 or 11180372. OLE color: 11180372.

HSL color Cylindrical-coordinate representation of color #5499AA: hue angle of 191.86º 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 #5499AA is Cyan = 0.51, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84153170-
CMYK0.510.100.33
HSL191.86º33.86%49.8%-
HSV(B)191.86º50.59%66.67%-
XYZ22.327.5742.18-
YUV134.31148.1492.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=20.64%
G=37.59%
B=41.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841531700.510.100.33191.8633.8649.8
Hex5499AA33A021c02232
Octal12423125263120413004262
Binary101010010011001101010101100111010010000111000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5499AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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