Shades of Cadet Blue #549C9D
Tints of Cadet Blue #549C9D
RGB
CMYK
RGB Variations
Color information
#549C9D (or 0x549C9D) is known color: Cadet Blue. HEX triplet: 54, 9C and 9D. RGB value is (84,156,157). Sum of RGB (Red+Green+Blue) = 84+156+157=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #549C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549C9D is #AB6362. Grayscale: #868686. Windows color (decimal): -11232099 or 10329172. OLE color: 10329172.
HSL color Cylindrical-coordinate representation of color #549C9D: hue angle of 180.82º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C9D is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 156 | 157 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.38 |
| HSL | 180.82º | 0.3% | 0.47% | - |
| HSV(B) | 180.82º | 0.46% | 0.62% | - |
| XYZ | 21.63 | 28.1 | 36.18 | - |
| YUV | 134.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 157 | 0.46 | 0.01 | 0 | 0.38 | 180.82 | 0.3 | 0.47 |
| Hex | 54 | 9C | 9D | 2E | 1 | 0 | 26 | B5 | 1E | 2F |
| Octal | 124 | 234 | 235 | 56 | 1 | 0 | 46 | 265 | 36 | 57 |
| Binary | 1010100 | 10011100 | 10011101 | 101110 | 1 | 0 | 100110 | 10110101 | 11110 | 101111 |
Color Harmonies of #549C9D
Complementary color
Monochromatic Colors of #549C9D
Black with #549C9D
Text Example
Text Example
White with #549C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C9D; }
p { color: rgb(84,156,157); }
H1.HeaderClassName
{
color: #549C9D;
}
.AnyTagClassName
{
color: #549C9D;
}
</style>
background-color css
<style>
a { background-color: #549C9D; }
a { background-color: rgb(84,156,157); }
div.DivClassName
{
background-color: #549C9D;
}
.BgClassName
{
background-color: #549C9D;
}
</style>
border-color css
<style>
span { border-color: #549C9D; }
span { border-color: rgb(84,156,157); }
td.TdClassName
{
border-color: #549C9D;
}
.TagClassName
{
border-color: #549C9D;
}
</style>