Shades of Cadet Blue #549BA1
Tints of Cadet Blue #549BA1
RGB
CMYK
RGB Variations
Color information
#549BA1 (or 0x549BA1) is known color: Cadet Blue. HEX triplet: 54, 9B and A1. RGB value is (84,155,161). Sum of RGB (Red+Green+Blue) = 84+155+161=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #549BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549BA1 is #AB645E. Grayscale: #868686. Windows color (decimal): -11232351 or 10591060. OLE color: 10591060.
HSL color Cylindrical-coordinate representation of color #549BA1: hue angle of 184.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #549BA1 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 155 | 161 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.37 |
| HSL | 184.68º | 0.31% | 0.48% | - |
| HSV(B) | 184.68º | 0.48% | 0.63% | - |
| XYZ | 21.81 | 27.9 | 37.95 | - |
| YUV | 134.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 161 | 0.48 | 0.04 | 0 | 0.37 | 184.68 | 0.31 | 0.48 |
| Hex | 54 | 9B | A1 | 30 | 4 | 0 | 25 | B9 | 1F | 30 |
| Octal | 124 | 233 | 241 | 60 | 4 | 0 | 45 | 271 | 37 | 60 |
| Binary | 1010100 | 10011011 | 10100001 | 110000 | 100 | 0 | 100101 | 10111001 | 11111 | 110000 |
Color Harmonies of #549BA1
Complementary color
Monochromatic Colors of #549BA1
Black with #549BA1
Text Example
Text Example
White with #549BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BA1; }
p { color: rgb(84,155,161); }
H1.HeaderClassName
{
color: #549BA1;
}
.AnyTagClassName
{
color: #549BA1;
}
</style>
background-color css
<style>
a { background-color: #549BA1; }
a { background-color: rgb(84,155,161); }
div.DivClassName
{
background-color: #549BA1;
}
.BgClassName
{
background-color: #549BA1;
}
</style>
border-color css
<style>
span { border-color: #549BA1; }
span { border-color: rgb(84,155,161); }
td.TdClassName
{
border-color: #549BA1;
}
.TagClassName
{
border-color: #549BA1;
}
</style>