Shades of Cadet Blue #56ABA4
Tints of Cadet Blue #56ABA4
RGB
CMYK
RGB Variations
Color information
#56ABA4 (or 0x56ABA4) is known color: Cadet Blue. HEX triplet: 56, AB and A4. RGB value is (86,171,164). Sum of RGB (Red+Green+Blue) = 86+171+164=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #56ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABA4 is #A9545B. Grayscale: #909090. Windows color (decimal): -11097180 or 10791766. OLE color: 10791766.
HSL color Cylindrical-coordinate representation of color #56ABA4: hue angle of 175.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ABA4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 164 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.33 |
| HSL | 175.06º | 0.34% | 0.5% | - |
| HSV(B) | 175.06º | 0.5% | 0.67% | - |
| XYZ | 25.1 | 33.78 | 40.32 | - |
| YUV | 144.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 164 | 0.50 | 0 | 0.04 | 0.33 | 175.06 | 0.34 | 0.5 |
| Hex | 56 | AB | A4 | 32 | 0 | 4 | 21 | AF | 22 | 32 |
| Octal | 126 | 253 | 244 | 62 | 0 | 4 | 41 | 257 | 42 | 62 |
| Binary | 1010110 | 10101011 | 10100100 | 110010 | 0 | 100 | 100001 | 10101111 | 100010 | 110010 |
Color Harmonies of #56ABA4
Complementary color
Monochromatic Colors of #56ABA4
Black with #56ABA4
Text Example
Text Example
White with #56ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABA4; }
p { color: rgb(86,171,164); }
H1.HeaderClassName
{
color: #56ABA4;
}
.AnyTagClassName
{
color: #56ABA4;
}
</style>
background-color css
<style>
a { background-color: #56ABA4; }
a { background-color: rgb(86,171,164); }
div.DivClassName
{
background-color: #56ABA4;
}
.BgClassName
{
background-color: #56ABA4;
}
</style>
border-color css
<style>
span { border-color: #56ABA4; }
span { border-color: rgb(86,171,164); }
td.TdClassName
{
border-color: #56ABA4;
}
.TagClassName
{
border-color: #56ABA4;
}
</style>