Shades of Cadet Blue #549D9D
Tints of Cadet Blue #549D9D
RGB
CMYK
RGB Variations
Color information
#549D9D (or 0x549D9D) is known color: Cadet Blue. HEX triplet: 54, 9D and 9D. RGB value is (84,157,157). Sum of RGB (Red+Green+Blue) = 84+157+157=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #549D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D9D is #AB6262. Grayscale: #878787. Windows color (decimal): -11231843 or 10329428. OLE color: 10329428.
HSL color Cylindrical-coordinate representation of color #549D9D: hue angle of 180º 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 #549D9D is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 157 | - |
| CMYK | 0.46 | 0 | 0 | 0.38 |
| HSL | 180º | 0.3% | 0.47% | - |
| HSV(B) | 180º | 0.46% | 0.62% | - |
| XYZ | 21.8 | 28.43 | 36.24 | - |
| YUV | 135.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 157 | 0.46 | 0 | 0 | 0.38 | 180 | 0.3 | 0.47 |
| Hex | 54 | 9D | 9D | 2E | 0 | 0 | 26 | B4 | 1E | 2F |
| Octal | 124 | 235 | 235 | 56 | 0 | 0 | 46 | 264 | 36 | 57 |
| Binary | 1010100 | 10011101 | 10011101 | 101110 | 0 | 0 | 100110 | 10110100 | 11110 | 101111 |
Color Harmonies of #549D9D
Complementary color
Monochromatic Colors of #549D9D
Black with #549D9D
Text Example
Text Example
White with #549D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D9D; }
p { color: rgb(84,157,157); }
H1.HeaderClassName
{
color: #549D9D;
}
.AnyTagClassName
{
color: #549D9D;
}
</style>
background-color css
<style>
a { background-color: #549D9D; }
a { background-color: rgb(84,157,157); }
div.DivClassName
{
background-color: #549D9D;
}
.BgClassName
{
background-color: #549D9D;
}
</style>
border-color css
<style>
span { border-color: #549D9D; }
span { border-color: rgb(84,157,157); }
td.TdClassName
{
border-color: #549D9D;
}
.TagClassName
{
border-color: #549D9D;
}
</style>