Shades of Cadet Blue #549AA8
Tints of Cadet Blue #549AA8
RGB
CMYK
RGB Variations
Color information
#549AA8 (or 0x549AA8) is known color: Cadet Blue. HEX triplet: 54, 9A and A8. RGB value is (84,154,168). Sum of RGB (Red+Green+Blue) = 84+154+168=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 168 - color contains mainly: blue. Hex color #549AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549AA8 is #AB6557. Grayscale: #868686. Windows color (decimal): -11232600 or 11049556. OLE color: 11049556.
HSL color Cylindrical-coordinate representation of color #549AA8: hue angle of 190º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #549AA8 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 154 | 168 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.34 |
| HSL | 190º | 0.33% | 0.49% | - |
| HSV(B) | 190º | 0.5% | 0.66% | - |
| XYZ | 22.28 | 27.82 | 41.24 | - |
| YUV | 134.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 168 | 0.5 | 0.08 | 0 | 0.34 | 190 | 0.33 | 0.49 |
| Hex | 54 | 9A | A8 | 32 | 8 | 0 | 22 | BE | 21 | 31 |
| Octal | 124 | 232 | 250 | 62 | 10 | 0 | 42 | 276 | 41 | 61 |
| Binary | 1010100 | 10011010 | 10101000 | 110010 | 1000 | 0 | 100010 | 10111110 | 100001 | 110001 |
Color Harmonies of #549AA8
Complementary color
Monochromatic Colors of #549AA8
Black with #549AA8
Text Example
Text Example
White with #549AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549AA8; }
p { color: rgb(84,154,168); }
H1.HeaderClassName
{
color: #549AA8;
}
.AnyTagClassName
{
color: #549AA8;
}
</style>
background-color css
<style>
a { background-color: #549AA8; }
a { background-color: rgb(84,154,168); }
div.DivClassName
{
background-color: #549AA8;
}
.BgClassName
{
background-color: #549AA8;
}
</style>
border-color css
<style>
span { border-color: #549AA8; }
span { border-color: rgb(84,154,168); }
td.TdClassName
{
border-color: #549AA8;
}
.TagClassName
{
border-color: #549AA8;
}
</style>