Shades of Cadet Blue #54A2AB
Tints of Cadet Blue #54A2AB
RGB
CMYK
RGB Variations
Color information
#54A2AB (or 0x54A2AB) is known color: Cadet Blue. HEX triplet: 54, A2 and AB. RGB value is (84,162,171). Sum of RGB (Red+Green+Blue) = 84+162+171=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #54A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A2AB is #AB5D54. Grayscale: #8B8B8B. Windows color (decimal): -11230549 or 11248212. OLE color: 11248212.
HSL color Cylindrical-coordinate representation of color #54A2AB: hue angle of 186.21º 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 #54A2AB is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 162 | 171 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.33 |
| HSL | 186.21º | 0.34% | 0.5% | - |
| HSV(B) | 186.21º | 0.51% | 0.67% | - |
| XYZ | 23.93 | 30.67 | 43.19 | - |
| YUV | 139.7 | 145.66 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 171 | 0.51 | 0.05 | 0 | 0.33 | 186.21 | 0.34 | 0.5 |
| Hex | 54 | A2 | AB | 33 | 5 | 0 | 21 | BA | 22 | 32 |
| Octal | 124 | 242 | 253 | 63 | 5 | 0 | 41 | 272 | 42 | 62 |
| Binary | 1010100 | 10100010 | 10101011 | 110011 | 101 | 0 | 100001 | 10111010 | 100010 | 110010 |
Color Harmonies of #54A2AB
Complementary color
Monochromatic Colors of #54A2AB
Black with #54A2AB
Text Example
Text Example
White with #54A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A2AB; }
p { color: rgb(84,162,171); }
H1.HeaderClassName
{
color: #54A2AB;
}
.AnyTagClassName
{
color: #54A2AB;
}
</style>
background-color css
<style>
a { background-color: #54A2AB; }
a { background-color: rgb(84,162,171); }
div.DivClassName
{
background-color: #54A2AB;
}
.BgClassName
{
background-color: #54A2AB;
}
</style>
border-color css
<style>
span { border-color: #54A2AB; }
span { border-color: rgb(84,162,171); }
td.TdClassName
{
border-color: #54A2AB;
}
.TagClassName
{
border-color: #54A2AB;
}
</style>