Shades of Cadet Blue #54A4A3
Tints of Cadet Blue #54A4A3
RGB
CMYK
RGB Variations
Color information
#54A4A3 (or 0x54A4A3) is known color: Cadet Blue. HEX triplet: 54, A4 and A3. RGB value is (84,164,163). Sum of RGB (Red+Green+Blue) = 84+164+163=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #54A4A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A4A3 is #AB5B5C. Grayscale: #8B8B8B. Windows color (decimal): -11230045 or 10724436. OLE color: 10724436.
HSL color Cylindrical-coordinate representation of color #54A4A3: hue angle of 179.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 #54A4A3 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 164 | 163 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.36 |
| HSL | 179.25º | 0.32% | 0.49% | - |
| HSV(B) | 179.25º | 0.49% | 0.64% | - |
| XYZ | 23.54 | 31.08 | 39.41 | - |
| YUV | 139.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 164 | 163 | 0.49 | 0 | 0.01 | 0.36 | 179.25 | 0.32 | 0.49 |
| Hex | 54 | A4 | A3 | 31 | 0 | 1 | 24 | B3 | 20 | 31 |
| Octal | 124 | 244 | 243 | 61 | 0 | 1 | 44 | 263 | 40 | 61 |
| Binary | 1010100 | 10100100 | 10100011 | 110001 | 0 | 1 | 100100 | 10110011 | 100000 | 110001 |
Color Harmonies of #54A4A3
Complementary color
Monochromatic Colors of #54A4A3
Black with #54A4A3
Text Example
Text Example
White with #54A4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A4A3; }
p { color: rgb(84,164,163); }
H1.HeaderClassName
{
color: #54A4A3;
}
.AnyTagClassName
{
color: #54A4A3;
}
</style>
background-color css
<style>
a { background-color: #54A4A3; }
a { background-color: rgb(84,164,163); }
div.DivClassName
{
background-color: #54A4A3;
}
.BgClassName
{
background-color: #54A4A3;
}
</style>
border-color css
<style>
span { border-color: #54A4A3; }
span { border-color: rgb(84,164,163); }
td.TdClassName
{
border-color: #54A4A3;
}
.TagClassName
{
border-color: #54A4A3;
}
</style>