#549AAA

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

Shades of Cadet Blue #549AAA

Tints of Cadet Blue #549AAA

Color information

#549AAA (or 0x549AAA) is unknown color: approx Cadet Blue. HEX triplet: 54, 9A and AA. RGB value is (84,154,170). Sum of RGB (Red+Green+Blue) = 84+154+170=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #549AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549AAA is #AB6555. Grayscale: #868686. Windows color (decimal): -11232598 or 11180628. OLE color: 11180628.

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

Color convert

RGB84154170-
CMYK0.510.0900.33
HSL191.16º33.86%49.8%-
HSV(B)191.16º50.59%66.67%-
XYZ22.4727.942.23-
YUV134.89147.8191.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=20.59%
G=37.75%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841541700.510.0900.33191.1633.8649.8
Hex549AAA339021bf2232
Octal12423225263110412774262
Binary101010010011010101010101100111001010000110111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549AAA; }

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

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

<style>
 a { background-color: #549AAA; }

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

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

<style>
 span { border-color: #549AAA; }

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

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