Shades of Cadet Blue #549DAC
Tints of Cadet Blue #549DAC
RGB
CMYK
RGB Variations
Color information
#549DAC (or 0x549DAC) is known color: Cadet Blue. HEX triplet: 54, 9D and AC. RGB value is (84,157,172). Sum of RGB (Red+Green+Blue) = 84+157+172=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #549DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549DAC is #AB6253. Grayscale: #888888. Windows color (decimal): -11231828 or 11312468. OLE color: 11312468.
HSL color Cylindrical-coordinate representation of color #549DAC: hue angle of 190.23º degrees, saturation: 0.35, 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 #549DAC is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 157 | 172 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.33 |
| HSL | 190.23º | 0.35% | 0.5% | - |
| HSV(B) | 190.23º | 0.51% | 0.67% | - |
| XYZ | 23.16 | 28.98 | 43.4 | - |
| YUV | 136.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 172 | 0.51 | 0.09 | 0 | 0.33 | 190.23 | 0.35 | 0.5 |
| Hex | 54 | 9D | AC | 33 | 9 | 0 | 21 | BE | 23 | 32 |
| Octal | 124 | 235 | 254 | 63 | 11 | 0 | 41 | 276 | 43 | 62 |
| Binary | 1010100 | 10011101 | 10101100 | 110011 | 1001 | 0 | 100001 | 10111110 | 100011 | 110010 |
Color Harmonies of #549DAC
Complementary color
Monochromatic Colors of #549DAC
Black with #549DAC
Text Example
Text Example
White with #549DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DAC; }
p { color: rgb(84,157,172); }
H1.HeaderClassName
{
color: #549DAC;
}
.AnyTagClassName
{
color: #549DAC;
}
</style>
background-color css
<style>
a { background-color: #549DAC; }
a { background-color: rgb(84,157,172); }
div.DivClassName
{
background-color: #549DAC;
}
.BgClassName
{
background-color: #549DAC;
}
</style>
border-color css
<style>
span { border-color: #549DAC; }
span { border-color: rgb(84,157,172); }
td.TdClassName
{
border-color: #549DAC;
}
.TagClassName
{
border-color: #549DAC;
}
</style>