Shades of Cadet Blue #57A8AA
Tints of Cadet Blue #57A8AA
RGB
CMYK
RGB Variations
Color information
#57A8AA (or 0x57A8AA) is known color: Cadet Blue. HEX triplet: 57, A8 and AA. RGB value is (87,168,170). Sum of RGB (Red+Green+Blue) = 87+168+170=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #57A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A8AA is #A85755. Grayscale: #8F8F8F. Windows color (decimal): -11032406 or 11184215. OLE color: 11184215.
HSL color Cylindrical-coordinate representation of color #57A8AA: hue angle of 181.45º 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 #57A8AA is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 168 | 170 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.33 |
| HSL | 181.45º | 0.33% | 0.5% | - |
| HSV(B) | 181.45º | 0.49% | 0.67% | - |
| XYZ | 25.19 | 32.93 | 43.06 | - |
| YUV | 144.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 170 | 0.49 | 0.01 | 0 | 0.33 | 181.45 | 0.33 | 0.5 |
| Hex | 57 | A8 | AA | 31 | 1 | 0 | 21 | B5 | 21 | 32 |
| Octal | 127 | 250 | 252 | 61 | 1 | 0 | 41 | 265 | 41 | 62 |
| Binary | 1010111 | 10101000 | 10101010 | 110001 | 1 | 0 | 100001 | 10110101 | 100001 | 110010 |
Color Harmonies of #57A8AA
Complementary color
Monochromatic Colors of #57A8AA
Black with #57A8AA
Text Example
Text Example
White with #57A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8AA; }
p { color: rgb(87,168,170); }
H1.HeaderClassName
{
color: #57A8AA;
}
.AnyTagClassName
{
color: #57A8AA;
}
</style>
background-color css
<style>
a { background-color: #57A8AA; }
a { background-color: rgb(87,168,170); }
div.DivClassName
{
background-color: #57A8AA;
}
.BgClassName
{
background-color: #57A8AA;
}
</style>
border-color css
<style>
span { border-color: #57A8AA; }
span { border-color: rgb(87,168,170); }
td.TdClassName
{
border-color: #57A8AA;
}
.TagClassName
{
border-color: #57A8AA;
}
</style>