Shades of Cadet Blue #549DA8
Tints of Cadet Blue #549DA8
RGB
CMYK
RGB Variations
Color information
#549DA8 (or 0x549DA8) is known color: Cadet Blue. HEX triplet: 54, 9D and A8. RGB value is (84,157,168). Sum of RGB (Red+Green+Blue) = 84+157+168=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 168 - color contains mainly: blue. Hex color #549DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DA8 is #AB6257. Grayscale: #888888. Windows color (decimal): -11231832 or 11050324. OLE color: 11050324.
HSL color Cylindrical-coordinate representation of color #549DA8: hue angle of 187.86º 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 #549DA8 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 157 | 168 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.34 |
| HSL | 187.86º | 0.33% | 0.49% | - |
| HSV(B) | 187.86º | 0.5% | 0.66% | - |
| XYZ | 22.78 | 28.83 | 41.41 | - |
| YUV | 136.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 168 | 0.5 | 0.07 | 0 | 0.34 | 187.86 | 0.33 | 0.49 |
| Hex | 54 | 9D | A8 | 32 | 7 | 0 | 22 | BC | 21 | 31 |
| Octal | 124 | 235 | 250 | 62 | 7 | 0 | 42 | 274 | 41 | 61 |
| Binary | 1010100 | 10011101 | 10101000 | 110010 | 111 | 0 | 100010 | 10111100 | 100001 | 110001 |
Color Harmonies of #549DA8
Complementary color
Monochromatic Colors of #549DA8
Black with #549DA8
Text Example
Text Example
White with #549DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DA8; }
p { color: rgb(84,157,168); }
H1.HeaderClassName
{
color: #549DA8;
}
.AnyTagClassName
{
color: #549DA8;
}
</style>
background-color css
<style>
a { background-color: #549DA8; }
a { background-color: rgb(84,157,168); }
div.DivClassName
{
background-color: #549DA8;
}
.BgClassName
{
background-color: #549DA8;
}
</style>
border-color css
<style>
span { border-color: #549DA8; }
span { border-color: rgb(84,157,168); }
td.TdClassName
{
border-color: #549DA8;
}
.TagClassName
{
border-color: #549DA8;
}
</style>