Shades of Cadet Blue #54A1AD
Tints of Cadet Blue #54A1AD
RGB
CMYK
RGB Variations
Color information
#54A1AD (or 0x54A1AD) is known color: Cadet Blue. HEX triplet: 54, A1 and AD. RGB value is (84,161,173). Sum of RGB (Red+Green+Blue) = 84+161+173=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #54A1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A1AD is #AB5E52. Grayscale: #8B8B8B. Windows color (decimal): -11230803 or 11379028. OLE color: 11379028.
HSL color Cylindrical-coordinate representation of color #54A1AD: hue angle of 188.09º 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 #54A1AD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 161 | 173 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.32 |
| HSL | 188.09º | 0.35% | 0.5% | - |
| HSV(B) | 188.09º | 0.51% | 0.68% | - |
| XYZ | 23.94 | 30.39 | 44.14 | - |
| YUV | 139.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 173 | 0.51 | 0.07 | 0 | 0.32 | 188.09 | 0.35 | 0.5 |
| Hex | 54 | A1 | AD | 33 | 7 | 0 | 20 | BC | 23 | 32 |
| Octal | 124 | 241 | 255 | 63 | 7 | 0 | 40 | 274 | 43 | 62 |
| Binary | 1010100 | 10100001 | 10101101 | 110011 | 111 | 0 | 100000 | 10111100 | 100011 | 110010 |
Color Harmonies of #54A1AD
Complementary color
Monochromatic Colors of #54A1AD
Black with #54A1AD
Text Example
Text Example
White with #54A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1AD; }
p { color: rgb(84,161,173); }
H1.HeaderClassName
{
color: #54A1AD;
}
.AnyTagClassName
{
color: #54A1AD;
}
</style>
background-color css
<style>
a { background-color: #54A1AD; }
a { background-color: rgb(84,161,173); }
div.DivClassName
{
background-color: #54A1AD;
}
.BgClassName
{
background-color: #54A1AD;
}
</style>
border-color css
<style>
span { border-color: #54A1AD; }
span { border-color: rgb(84,161,173); }
td.TdClassName
{
border-color: #54A1AD;
}
.TagClassName
{
border-color: #54A1AD;
}
</style>