Shades of Cadet Blue #549BAB
Tints of Cadet Blue #549BAB
RGB
CMYK
RGB Variations
Color information
#549BAB (or 0x549BAB) is known color: Cadet Blue. HEX triplet: 54, 9B and AB. RGB value is (84,155,171). Sum of RGB (Red+Green+Blue) = 84+155+171=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #549BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549BAB is #AB6454. Grayscale: #878787. Windows color (decimal): -11232341 or 11246420. OLE color: 11246420.
HSL color Cylindrical-coordinate representation of color #549BAB: hue angle of 191.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549BAB is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 155 | 171 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.33 |
| HSL | 191.03º | 0.34% | 0.5% | - |
| HSV(B) | 191.03º | 0.51% | 0.67% | - |
| XYZ | 22.73 | 28.27 | 42.79 | - |
| YUV | 135.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 171 | 0.51 | 0.09 | 0 | 0.33 | 191.03 | 0.34 | 0.5 |
| Hex | 54 | 9B | AB | 33 | 9 | 0 | 21 | BF | 22 | 32 |
| Octal | 124 | 233 | 253 | 63 | 11 | 0 | 41 | 277 | 42 | 62 |
| Binary | 1010100 | 10011011 | 10101011 | 110011 | 1001 | 0 | 100001 | 10111111 | 100010 | 110010 |
Color Harmonies of #549BAB
Complementary color
Monochromatic Colors of #549BAB
Black with #549BAB
Text Example
Text Example
White with #549BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BAB; }
p { color: rgb(84,155,171); }
H1.HeaderClassName
{
color: #549BAB;
}
.AnyTagClassName
{
color: #549BAB;
}
</style>
background-color css
<style>
a { background-color: #549BAB; }
a { background-color: rgb(84,155,171); }
div.DivClassName
{
background-color: #549BAB;
}
.BgClassName
{
background-color: #549BAB;
}
</style>
border-color css
<style>
span { border-color: #549BAB; }
span { border-color: rgb(84,155,171); }
td.TdClassName
{
border-color: #549BAB;
}
.TagClassName
{
border-color: #549BAB;
}
</style>