Shades of Cadet Blue #54A09D
Tints of Cadet Blue #54A09D
RGB
CMYK
RGB Variations
Color information
#54A09D (or 0x54A09D) is known color: Cadet Blue. HEX triplet: 54, A0 and 9D. RGB value is (84,160,157). Sum of RGB (Red+Green+Blue) = 84+160+157=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #54A09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A09D is #AB5F62. Grayscale: #888888. Windows color (decimal): -11231075 or 10330196. OLE color: 10330196.
HSL color Cylindrical-coordinate representation of color #54A09D: hue angle of 177.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A09D is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 160 | 157 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.37 |
| HSL | 177.63º | 0.31% | 0.48% | - |
| HSV(B) | 177.63º | 0.48% | 0.63% | - |
| XYZ | 22.31 | 29.46 | 36.41 | - |
| YUV | 136.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 160 | 157 | 0.48 | 0 | 0.02 | 0.37 | 177.63 | 0.31 | 0.48 |
| Hex | 54 | A0 | 9D | 30 | 0 | 2 | 25 | B2 | 1F | 30 |
| Octal | 124 | 240 | 235 | 60 | 0 | 2 | 45 | 262 | 37 | 60 |
| Binary | 1010100 | 10100000 | 10011101 | 110000 | 0 | 10 | 100101 | 10110010 | 11111 | 110000 |
Color Harmonies of #54A09D
Complementary color
Monochromatic Colors of #54A09D
Black with #54A09D
Text Example
Text Example
White with #54A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A09D; }
p { color: rgb(84,160,157); }
H1.HeaderClassName
{
color: #54A09D;
}
.AnyTagClassName
{
color: #54A09D;
}
</style>
background-color css
<style>
a { background-color: #54A09D; }
a { background-color: rgb(84,160,157); }
div.DivClassName
{
background-color: #54A09D;
}
.BgClassName
{
background-color: #54A09D;
}
</style>
border-color css
<style>
span { border-color: #54A09D; }
span { border-color: rgb(84,160,157); }
td.TdClassName
{
border-color: #54A09D;
}
.TagClassName
{
border-color: #54A09D;
}
</style>