Shades of Cadet Blue #549EA5
Tints of Cadet Blue #549EA5
RGB
CMYK
RGB Variations
Color information
#549EA5 (or 0x549EA5) is known color: Cadet Blue. HEX triplet: 54, 9E and A5. RGB value is (84,158,165). Sum of RGB (Red+Green+Blue) = 84+158+165=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 165 - color contains mainly: blue. Hex color #549EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549EA5 is #AB615A. Grayscale: #888888. Windows color (decimal): -11231579 or 10853972. OLE color: 10853972.
HSL color Cylindrical-coordinate representation of color #549EA5: hue angle of 185.19º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #549EA5 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 158 | 165 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.35 |
| HSL | 185.19º | 0.33% | 0.49% | - |
| HSV(B) | 185.19º | 0.49% | 0.65% | - |
| XYZ | 22.67 | 29.06 | 40.01 | - |
| YUV | 136.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 165 | 0.49 | 0.04 | 0 | 0.35 | 185.19 | 0.33 | 0.49 |
| Hex | 54 | 9E | A5 | 31 | 4 | 0 | 23 | B9 | 21 | 31 |
| Octal | 124 | 236 | 245 | 61 | 4 | 0 | 43 | 271 | 41 | 61 |
| Binary | 1010100 | 10011110 | 10100101 | 110001 | 100 | 0 | 100011 | 10111001 | 100001 | 110001 |
Color Harmonies of #549EA5
Complementary color
Monochromatic Colors of #549EA5
Black with #549EA5
Text Example
Text Example
White with #549EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549EA5; }
p { color: rgb(84,158,165); }
H1.HeaderClassName
{
color: #549EA5;
}
.AnyTagClassName
{
color: #549EA5;
}
</style>
background-color css
<style>
a { background-color: #549EA5; }
a { background-color: rgb(84,158,165); }
div.DivClassName
{
background-color: #549EA5;
}
.BgClassName
{
background-color: #549EA5;
}
</style>
border-color css
<style>
span { border-color: #549EA5; }
span { border-color: rgb(84,158,165); }
td.TdClassName
{
border-color: #549EA5;
}
.TagClassName
{
border-color: #549EA5;
}
</style>