Shades of Cadet Blue #54A0AD
Tints of Cadet Blue #54A0AD
RGB
CMYK
RGB Variations
Color information
#54A0AD (or 0x54A0AD) is known color: Cadet Blue. HEX triplet: 54, A0 and AD. RGB value is (84,160,173). Sum of RGB (Red+Green+Blue) = 84+160+173=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #54A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A0AD is #AB5F52. Grayscale: #8A8A8A. Windows color (decimal): -11231059 or 11378772. OLE color: 11378772.
HSL color Cylindrical-coordinate representation of color #54A0AD: hue angle of 188.76º 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 #54A0AD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 160 | 173 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.32 |
| HSL | 188.76º | 0.35% | 0.5% | - |
| HSV(B) | 188.76º | 0.51% | 0.68% | - |
| XYZ | 23.77 | 30.04 | 44.08 | - |
| YUV | 138.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 173 | 0.51 | 0.08 | 0 | 0.32 | 188.76 | 0.35 | 0.5 |
| Hex | 54 | A0 | AD | 33 | 8 | 0 | 20 | BD | 23 | 32 |
| Octal | 124 | 240 | 255 | 63 | 10 | 0 | 40 | 275 | 43 | 62 |
| Binary | 1010100 | 10100000 | 10101101 | 110011 | 1000 | 0 | 100000 | 10111101 | 100011 | 110010 |
Color Harmonies of #54A0AD
Complementary color
Monochromatic Colors of #54A0AD
Black with #54A0AD
Text Example
Text Example
White with #54A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A0AD; }
p { color: rgb(84,160,173); }
H1.HeaderClassName
{
color: #54A0AD;
}
.AnyTagClassName
{
color: #54A0AD;
}
</style>
background-color css
<style>
a { background-color: #54A0AD; }
a { background-color: rgb(84,160,173); }
div.DivClassName
{
background-color: #54A0AD;
}
.BgClassName
{
background-color: #54A0AD;
}
</style>
border-color css
<style>
span { border-color: #54A0AD; }
span { border-color: rgb(84,160,173); }
td.TdClassName
{
border-color: #54A0AD;
}
.TagClassName
{
border-color: #54A0AD;
}
</style>