Shades of Cadet Blue #54A1AF
Tints of Cadet Blue #54A1AF
RGB
CMYK
RGB Variations
Color information
#54A1AF (or 0x54A1AF) is known color: Cadet Blue. HEX triplet: 54, A1 and AF. RGB value is (84,161,175). Sum of RGB (Red+Green+Blue) = 84+161+175=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #54A1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A1AF is #AB5E50. Grayscale: #8B8B8B. Windows color (decimal): -11230801 or 11510100. OLE color: 11510100.
HSL color Cylindrical-coordinate representation of color #54A1AF: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54A1AF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 161 | 175 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.31 |
| HSL | 189.23º | 0.36% | 0.51% | - |
| HSV(B) | 189.23º | 0.52% | 0.69% | - |
| XYZ | 24.14 | 30.47 | 45.17 | - |
| YUV | 139.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 161 | 175 | 0.52 | 0.08 | 0 | 0.31 | 189.23 | 0.36 | 0.51 |
| Hex | 54 | A1 | AF | 34 | 8 | 0 | 1F | BD | 24 | 33 |
| Octal | 124 | 241 | 257 | 64 | 10 | 0 | 37 | 275 | 44 | 63 |
| Binary | 1010100 | 10100001 | 10101111 | 110100 | 1000 | 0 | 11111 | 10111101 | 100100 | 110011 |
Color Harmonies of #54A1AF
Complementary color
Monochromatic Colors of #54A1AF
Black with #54A1AF
Text Example
Text Example
White with #54A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A1AF; }
p { color: rgb(84,161,175); }
H1.HeaderClassName
{
color: #54A1AF;
}
.AnyTagClassName
{
color: #54A1AF;
}
</style>
background-color css
<style>
a { background-color: #54A1AF; }
a { background-color: rgb(84,161,175); }
div.DivClassName
{
background-color: #54A1AF;
}
.BgClassName
{
background-color: #54A1AF;
}
</style>
border-color css
<style>
span { border-color: #54A1AF; }
span { border-color: rgb(84,161,175); }
td.TdClassName
{
border-color: #54A1AF;
}
.TagClassName
{
border-color: #54A1AF;
}
</style>