Shades of Cadet Blue #54A2AD
Tints of Cadet Blue #54A2AD
RGB
CMYK
RGB Variations
Color information
#54A2AD (or 0x54A2AD) is known color: Cadet Blue. HEX triplet: 54, A2 and AD. RGB value is (84,162,173). Sum of RGB (Red+Green+Blue) = 84+162+173=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #54A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A2AD is #AB5D52. Grayscale: #8B8B8B. Windows color (decimal): -11230547 or 11379284. OLE color: 11379284.
HSL color Cylindrical-coordinate representation of color #54A2AD: hue angle of 187.42º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54A2AD is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 162 | 173 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.32 |
| HSL | 187.42º | 0.35% | 0.5% | - |
| HSV(B) | 187.42º | 0.51% | 0.68% | - |
| XYZ | 24.12 | 30.74 | 44.2 | - |
| YUV | 139.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 173 | 0.51 | 0.06 | 0 | 0.32 | 187.42 | 0.35 | 0.5 |
| Hex | 54 | A2 | AD | 33 | 6 | 0 | 20 | BB | 23 | 32 |
| Octal | 124 | 242 | 255 | 63 | 6 | 0 | 40 | 273 | 43 | 62 |
| Binary | 1010100 | 10100010 | 10101101 | 110011 | 110 | 0 | 100000 | 10111011 | 100011 | 110010 |
Color Harmonies of #54A2AD
Complementary color
Monochromatic Colors of #54A2AD
Black with #54A2AD
Text Example
Text Example
White with #54A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A2AD; }
p { color: rgb(84,162,173); }
H1.HeaderClassName
{
color: #54A2AD;
}
.AnyTagClassName
{
color: #54A2AD;
}
</style>
background-color css
<style>
a { background-color: #54A2AD; }
a { background-color: rgb(84,162,173); }
div.DivClassName
{
background-color: #54A2AD;
}
.BgClassName
{
background-color: #54A2AD;
}
</style>
border-color css
<style>
span { border-color: #54A2AD; }
span { border-color: rgb(84,162,173); }
td.TdClassName
{
border-color: #54A2AD;
}
.TagClassName
{
border-color: #54A2AD;
}
</style>