Shades of Cadet Blue #54A7A2
Tints of Cadet Blue #54A7A2
RGB
CMYK
RGB Variations
Color information
#54A7A2 (or 0x54A7A2) is known color: Cadet Blue. HEX triplet: 54, A7 and A2. RGB value is (84,167,162). Sum of RGB (Red+Green+Blue) = 84+167+162=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #54A7A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A7A2 is #AB585D. Grayscale: #8D8D8D. Windows color (decimal): -11229278 or 10659668. OLE color: 10659668.
HSL color Cylindrical-coordinate representation of color #54A7A2: hue angle of 176.39º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A7A2 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 162 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.35 |
| HSL | 176.39º | 0.33% | 0.49% | - |
| HSV(B) | 176.39º | 0.5% | 0.65% | - |
| XYZ | 24 | 32.13 | 39.12 | - |
| YUV | 141.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 162 | 0.50 | 0 | 0.03 | 0.35 | 176.39 | 0.33 | 0.49 |
| Hex | 54 | A7 | A2 | 32 | 0 | 3 | 23 | B0 | 21 | 31 |
| Octal | 124 | 247 | 242 | 62 | 0 | 3 | 43 | 260 | 41 | 61 |
| Binary | 1010100 | 10100111 | 10100010 | 110010 | 0 | 11 | 100011 | 10110000 | 100001 | 110001 |
Color Harmonies of #54A7A2
Complementary color
Monochromatic Colors of #54A7A2
Black with #54A7A2
Text Example
Text Example
White with #54A7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7A2; }
p { color: rgb(84,167,162); }
H1.HeaderClassName
{
color: #54A7A2;
}
.AnyTagClassName
{
color: #54A7A2;
}
</style>
background-color css
<style>
a { background-color: #54A7A2; }
a { background-color: rgb(84,167,162); }
div.DivClassName
{
background-color: #54A7A2;
}
.BgClassName
{
background-color: #54A7A2;
}
</style>
border-color css
<style>
span { border-color: #54A7A2; }
span { border-color: rgb(84,167,162); }
td.TdClassName
{
border-color: #54A7A2;
}
.TagClassName
{
border-color: #54A7A2;
}
</style>