Shades of Cadet Blue #549AAA
Tints of Cadet Blue #549AAA
RGB
CMYK
RGB Variations
Color information
#549AAA (or 0x549AAA) is known color: 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
| RGB | 84 | 154 | 170 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.33 |
| HSL | 191.16º | 0.34% | 0.5% | - |
| HSV(B) | 191.16º | 0.51% | 0.67% | - |
| XYZ | 22.47 | 27.9 | 42.23 | - |
| YUV | 134.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 170 | 0.51 | 0.09 | 0 | 0.33 | 191.16 | 0.34 | 0.5 |
| Hex | 54 | 9A | AA | 33 | 9 | 0 | 21 | BF | 22 | 32 |
| Octal | 124 | 232 | 252 | 63 | 11 | 0 | 41 | 277 | 42 | 62 |
| Binary | 1010100 | 10011010 | 10101010 | 110011 | 1001 | 0 | 100001 | 10111111 | 100010 | 110010 |
Color Harmonies of #549AAA
Complementary color
Monochromatic Colors of #549AAA
Black with #549AAA
Text Example
Text Example
White with #549AAA
Text Example
Text Example
HTML Codes & Css Web 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>