Shades of Cadet Blue #57A5A7
Tints of Cadet Blue #57A5A7
RGB
CMYK
RGB Variations
Color information
#57A5A7 (or 0x57A5A7) is known color: Cadet Blue. HEX triplet: 57, A5 and A7. RGB value is (87,165,167). Sum of RGB (Red+Green+Blue) = 87+165+167=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 167 - color contains mainly: blue. Hex color #57A5A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A5A7 is #A85A58. Grayscale: #8D8D8D. Windows color (decimal): -11033177 or 10986839. OLE color: 10986839.
HSL color Cylindrical-coordinate representation of color #57A5A7: hue angle of 181.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A5A7 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 165 | 167 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.35 |
| HSL | 181.5º | 0.31% | 0.5% | - |
| HSV(B) | 181.5º | 0.48% | 0.65% | - |
| XYZ | 24.36 | 31.73 | 41.4 | - |
| YUV | 141.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 165 | 167 | 0.48 | 0.01 | 0 | 0.35 | 181.5 | 0.31 | 0.5 |
| Hex | 57 | A5 | A7 | 30 | 1 | 0 | 23 | B6 | 1F | 32 |
| Octal | 127 | 245 | 247 | 60 | 1 | 0 | 43 | 266 | 37 | 62 |
| Binary | 1010111 | 10100101 | 10100111 | 110000 | 1 | 0 | 100011 | 10110110 | 11111 | 110010 |
Color Harmonies of #57A5A7
Complementary color
Monochromatic Colors of #57A5A7
Black with #57A5A7
Text Example
Text Example
White with #57A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A5A7; }
p { color: rgb(87,165,167); }
H1.HeaderClassName
{
color: #57A5A7;
}
.AnyTagClassName
{
color: #57A5A7;
}
</style>
background-color css
<style>
a { background-color: #57A5A7; }
a { background-color: rgb(87,165,167); }
div.DivClassName
{
background-color: #57A5A7;
}
.BgClassName
{
background-color: #57A5A7;
}
</style>
border-color css
<style>
span { border-color: #57A5A7; }
span { border-color: rgb(87,165,167); }
td.TdClassName
{
border-color: #57A5A7;
}
.TagClassName
{
border-color: #57A5A7;
}
</style>