Shades of Cadet Blue #549BAA
Tints of Cadet Blue #549BAA
RGB
CMYK
RGB Variations
Color information
#549BAA (or 0x549BAA) is known color: Cadet Blue. HEX triplet: 54, 9B and AA. RGB value is (84,155,170). Sum of RGB (Red+Green+Blue) = 84+155+170=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #549BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549BAA is #AB6455. Grayscale: #878787. Windows color (decimal): -11232342 or 11180884. OLE color: 11180884.
HSL color Cylindrical-coordinate representation of color #549BAA: hue angle of 190.47º 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 #549BAA is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 155 | 170 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.33 |
| HSL | 190.47º | 0.34% | 0.5% | - |
| HSV(B) | 190.47º | 0.51% | 0.67% | - |
| XYZ | 22.63 | 28.23 | 42.29 | - |
| YUV | 135.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 170 | 0.51 | 0.09 | 0 | 0.33 | 190.47 | 0.34 | 0.5 |
| Hex | 54 | 9B | AA | 33 | 9 | 0 | 21 | BE | 22 | 32 |
| Octal | 124 | 233 | 252 | 63 | 11 | 0 | 41 | 276 | 42 | 62 |
| Binary | 1010100 | 10011011 | 10101010 | 110011 | 1001 | 0 | 100001 | 10111110 | 100010 | 110010 |
Color Harmonies of #549BAA
Complementary color
Monochromatic Colors of #549BAA
Black with #549BAA
Text Example
Text Example
White with #549BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BAA; }
p { color: rgb(84,155,170); }
H1.HeaderClassName
{
color: #549BAA;
}
.AnyTagClassName
{
color: #549BAA;
}
</style>
background-color css
<style>
a { background-color: #549BAA; }
a { background-color: rgb(84,155,170); }
div.DivClassName
{
background-color: #549BAA;
}
.BgClassName
{
background-color: #549BAA;
}
</style>
border-color css
<style>
span { border-color: #549BAA; }
span { border-color: rgb(84,155,170); }
td.TdClassName
{
border-color: #549BAA;
}
.TagClassName
{
border-color: #549BAA;
}
</style>