Shades of Cadet Blue #56AAA4
Tints of Cadet Blue #56AAA4
RGB
CMYK
RGB Variations
Color information
#56AAA4 (or 0x56AAA4) is known color: Cadet Blue. HEX triplet: 56, AA and A4. RGB value is (86,170,164). Sum of RGB (Red+Green+Blue) = 86+170+164=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #56AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AAA4 is #A9555B. Grayscale: #909090. Windows color (decimal): -11097436 or 10791510. OLE color: 10791510.
HSL color Cylindrical-coordinate representation of color #56AAA4: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56AAA4 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 164 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.33 |
| HSL | 175.71º | 0.33% | 0.5% | - |
| HSV(B) | 175.71º | 0.49% | 0.67% | - |
| XYZ | 24.91 | 33.41 | 40.26 | - |
| YUV | 144.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 164 | 0.49 | 0 | 0.04 | 0.33 | 175.71 | 0.33 | 0.5 |
| Hex | 56 | AA | A4 | 31 | 0 | 4 | 21 | B0 | 21 | 32 |
| Octal | 126 | 252 | 244 | 61 | 0 | 4 | 41 | 260 | 41 | 62 |
| Binary | 1010110 | 10101010 | 10100100 | 110001 | 0 | 100 | 100001 | 10110000 | 100001 | 110010 |
Color Harmonies of #56AAA4
Complementary color
Monochromatic Colors of #56AAA4
Black with #56AAA4
Text Example
Text Example
White with #56AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AAA4; }
p { color: rgb(86,170,164); }
H1.HeaderClassName
{
color: #56AAA4;
}
.AnyTagClassName
{
color: #56AAA4;
}
</style>
background-color css
<style>
a { background-color: #56AAA4; }
a { background-color: rgb(86,170,164); }
div.DivClassName
{
background-color: #56AAA4;
}
.BgClassName
{
background-color: #56AAA4;
}
</style>
border-color css
<style>
span { border-color: #56AAA4; }
span { border-color: rgb(86,170,164); }
td.TdClassName
{
border-color: #56AAA4;
}
.TagClassName
{
border-color: #56AAA4;
}
</style>