Shades of Cadet Blue #57A2A0
Tints of Cadet Blue #57A2A0
RGB
CMYK
RGB Variations
Color information
#57A2A0 (or 0x57A2A0) is known color: Cadet Blue. HEX triplet: 57, A2 and A0. RGB value is (87,162,160). Sum of RGB (Red+Green+Blue) = 87+162+160=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #57A2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A2A0 is #A85D5F. Grayscale: #8B8B8B. Windows color (decimal): -11033952 or 10527319. OLE color: 10527319.
HSL color Cylindrical-coordinate representation of color #57A2A0: hue angle of 178.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A2A0 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 162 | 160 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.36 |
| HSL | 178.4º | 0.3% | 0.49% | - |
| HSV(B) | 178.4º | 0.46% | 0.64% | - |
| XYZ | 23.2 | 30.4 | 37.9 | - |
| YUV | 139.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 160 | 0.46 | 0 | 0.01 | 0.36 | 178.4 | 0.3 | 0.49 |
| Hex | 57 | A2 | A0 | 2E | 0 | 1 | 24 | B2 | 1E | 31 |
| Octal | 127 | 242 | 240 | 56 | 0 | 1 | 44 | 262 | 36 | 61 |
| Binary | 1010111 | 10100010 | 10100000 | 101110 | 0 | 1 | 100100 | 10110010 | 11110 | 110001 |
Color Harmonies of #57A2A0
Complementary color
Monochromatic Colors of #57A2A0
Black with #57A2A0
Text Example
Text Example
White with #57A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A2A0; }
p { color: rgb(87,162,160); }
H1.HeaderClassName
{
color: #57A2A0;
}
.AnyTagClassName
{
color: #57A2A0;
}
</style>
background-color css
<style>
a { background-color: #57A2A0; }
a { background-color: rgb(87,162,160); }
div.DivClassName
{
background-color: #57A2A0;
}
.BgClassName
{
background-color: #57A2A0;
}
</style>
border-color css
<style>
span { border-color: #57A2A0; }
span { border-color: rgb(87,162,160); }
td.TdClassName
{
border-color: #57A2A0;
}
.TagClassName
{
border-color: #57A2A0;
}
</style>