Shades of Cadet Blue #54A1A4
Tints of Cadet Blue #54A1A4
RGB
CMYK
RGB Variations
Color information
#54A1A4 (or 0x54A1A4) is known color: Cadet Blue. HEX triplet: 54, A1 and A4. RGB value is (84,161,164). Sum of RGB (Red+Green+Blue) = 84+161+164=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #54A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A1A4 is #AB5E5B. Grayscale: #8A8A8A. Windows color (decimal): -11230812 or 10789204. OLE color: 10789204.
HSL color Cylindrical-coordinate representation of color #54A1A4: hue angle of 182.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A1A4 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 161 | 164 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.36 |
| HSL | 182.25º | 0.32% | 0.49% | - |
| HSV(B) | 182.25º | 0.49% | 0.64% | - |
| XYZ | 23.1 | 30.05 | 39.71 | - |
| YUV | 138.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 164 | 0.49 | 0.02 | 0 | 0.36 | 182.25 | 0.32 | 0.49 |
| Hex | 54 | A1 | A4 | 31 | 2 | 0 | 24 | B6 | 20 | 31 |
| Octal | 124 | 241 | 244 | 61 | 2 | 0 | 44 | 266 | 40 | 61 |
| Binary | 1010100 | 10100001 | 10100100 | 110001 | 10 | 0 | 100100 | 10110110 | 100000 | 110001 |
Color Harmonies of #54A1A4
Complementary color
Monochromatic Colors of #54A1A4
Black with #54A1A4
Text Example
Text Example
White with #54A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1A4; }
p { color: rgb(84,161,164); }
H1.HeaderClassName
{
color: #54A1A4;
}
.AnyTagClassName
{
color: #54A1A4;
}
</style>
background-color css
<style>
a { background-color: #54A1A4; }
a { background-color: rgb(84,161,164); }
div.DivClassName
{
background-color: #54A1A4;
}
.BgClassName
{
background-color: #54A1A4;
}
</style>
border-color css
<style>
span { border-color: #54A1A4; }
span { border-color: rgb(84,161,164); }
td.TdClassName
{
border-color: #54A1A4;
}
.TagClassName
{
border-color: #54A1A4;
}
</style>