Shades of Cadet Blue #57A3AC
Tints of Cadet Blue #57A3AC
RGB
CMYK
RGB Variations
Color information
#57A3AC (or 0x57A3AC) is known color: Cadet Blue. HEX triplet: 57, A3 and AC. RGB value is (87,163,172). Sum of RGB (Red+Green+Blue) = 87+163+172=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #57A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A3AC is #A85C53. Grayscale: #8D8D8D. Windows color (decimal): -11033684 or 11314007. OLE color: 11314007.
HSL color Cylindrical-coordinate representation of color #57A3AC: hue angle of 186.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A3AC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 163 | 172 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.33 |
| HSL | 186.35º | 0.34% | 0.51% | - |
| HSV(B) | 186.35º | 0.49% | 0.67% | - |
| XYZ | 24.47 | 31.2 | 43.76 | - |
| YUV | 141.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 163 | 172 | 0.49 | 0.05 | 0 | 0.33 | 186.35 | 0.34 | 0.51 |
| Hex | 57 | A3 | AC | 31 | 5 | 0 | 21 | BA | 22 | 33 |
| Octal | 127 | 243 | 254 | 61 | 5 | 0 | 41 | 272 | 42 | 63 |
| Binary | 1010111 | 10100011 | 10101100 | 110001 | 101 | 0 | 100001 | 10111010 | 100010 | 110011 |
Color Harmonies of #57A3AC
Complementary color
Monochromatic Colors of #57A3AC
Black with #57A3AC
Text Example
Text Example
White with #57A3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A3AC; }
p { color: rgb(87,163,172); }
H1.HeaderClassName
{
color: #57A3AC;
}
.AnyTagClassName
{
color: #57A3AC;
}
</style>
background-color css
<style>
a { background-color: #57A3AC; }
a { background-color: rgb(87,163,172); }
div.DivClassName
{
background-color: #57A3AC;
}
.BgClassName
{
background-color: #57A3AC;
}
</style>
border-color css
<style>
span { border-color: #57A3AC; }
span { border-color: rgb(87,163,172); }
td.TdClassName
{
border-color: #57A3AC;
}
.TagClassName
{
border-color: #57A3AC;
}
</style>