Shades of Cadet Blue #549AA9
Tints of Cadet Blue #549AA9
RGB
CMYK
RGB Variations
Color information
#549AA9 (or 0x549AA9) is known color: Cadet Blue. HEX triplet: 54, 9A and A9. RGB value is (84,154,169). Sum of RGB (Red+Green+Blue) = 84+154+169=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #549AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549AA9 is #AB6556. Grayscale: #868686. Windows color (decimal): -11232599 or 11115092. OLE color: 11115092.
HSL color Cylindrical-coordinate representation of color #549AA9: hue angle of 190.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #549AA9 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 154 | 169 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.34 |
| HSL | 190.59º | 0.34% | 0.5% | - |
| HSV(B) | 190.59º | 0.5% | 0.66% | - |
| XYZ | 22.37 | 27.86 | 41.73 | - |
| YUV | 134.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 169 | 0.50 | 0.09 | 0 | 0.34 | 190.59 | 0.34 | 0.5 |
| Hex | 54 | 9A | A9 | 32 | 9 | 0 | 22 | BF | 22 | 32 |
| Octal | 124 | 232 | 251 | 62 | 11 | 0 | 42 | 277 | 42 | 62 |
| Binary | 1010100 | 10011010 | 10101001 | 110010 | 1001 | 0 | 100010 | 10111111 | 100010 | 110010 |
Color Harmonies of #549AA9
Complementary color
Monochromatic Colors of #549AA9
Black with #549AA9
Text Example
Text Example
White with #549AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549AA9; }
p { color: rgb(84,154,169); }
H1.HeaderClassName
{
color: #549AA9;
}
.AnyTagClassName
{
color: #549AA9;
}
</style>
background-color css
<style>
a { background-color: #549AA9; }
a { background-color: rgb(84,154,169); }
div.DivClassName
{
background-color: #549AA9;
}
.BgClassName
{
background-color: #549AA9;
}
</style>
border-color css
<style>
span { border-color: #549AA9; }
span { border-color: rgb(84,154,169); }
td.TdClassName
{
border-color: #549AA9;
}
.TagClassName
{
border-color: #549AA9;
}
</style>