Shades of Cadet Blue #549C99
Tints of Cadet Blue #549C99
RGB
CMYK
RGB Variations
Color information
#549C99 (or 0x549C99) is known color: Cadet Blue. HEX triplet: 54, 9C and 99. RGB value is (84,156,153). Sum of RGB (Red+Green+Blue) = 84+156+153=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #549C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549C99 is #AB6366. Grayscale: #868686. Windows color (decimal): -11232103 or 10067028. OLE color: 10067028.
HSL color Cylindrical-coordinate representation of color #549C99: hue angle of 177.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C99 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 153 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.39 |
| HSL | 177.5º | 0.3% | 0.47% | - |
| HSV(B) | 177.5º | 0.46% | 0.61% | - |
| XYZ | 21.29 | 27.96 | 34.41 | - |
| YUV | 134.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 153 | 0.46 | 0 | 0.02 | 0.39 | 177.5 | 0.3 | 0.47 |
| Hex | 54 | 9C | 99 | 2E | 0 | 2 | 27 | B2 | 1E | 2F |
| Octal | 124 | 234 | 231 | 56 | 0 | 2 | 47 | 262 | 36 | 57 |
| Binary | 1010100 | 10011100 | 10011001 | 101110 | 0 | 10 | 100111 | 10110010 | 11110 | 101111 |
Color Harmonies of #549C99
Complementary color
Monochromatic Colors of #549C99
Black with #549C99
Text Example
Text Example
White with #549C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C99; }
p { color: rgb(84,156,153); }
H1.HeaderClassName
{
color: #549C99;
}
.AnyTagClassName
{
color: #549C99;
}
</style>
background-color css
<style>
a { background-color: #549C99; }
a { background-color: rgb(84,156,153); }
div.DivClassName
{
background-color: #549C99;
}
.BgClassName
{
background-color: #549C99;
}
</style>
border-color css
<style>
span { border-color: #549C99; }
span { border-color: rgb(84,156,153); }
td.TdClassName
{
border-color: #549C99;
}
.TagClassName
{
border-color: #549C99;
}
</style>