Shades of Cadet Blue #5CA2AB
Tints of Cadet Blue #5CA2AB
RGB
CMYK
RGB Variations
Color information
#5CA2AB (or 0x5CA2AB) is known color: Cadet Blue. HEX triplet: 5C, A2 and AB. RGB value is (92,162,171). Sum of RGB (Red+Green+Blue) = 92+162+171=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #5CA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA2AB is #A35D54. Grayscale: #8D8D8D. Windows color (decimal): -10706261 or 11248220. OLE color: 11248220.
HSL color Cylindrical-coordinate representation of color #5CA2AB: hue angle of 186.84º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA2AB is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 162 | 171 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.33 |
| HSL | 186.84º | 0.32% | 0.52% | - |
| HSV(B) | 186.84º | 0.46% | 0.67% | - |
| XYZ | 24.68 | 31.06 | 43.22 | - |
| YUV | 142.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 162 | 171 | 0.46 | 0.05 | 0 | 0.33 | 186.84 | 0.32 | 0.52 |
| Hex | 5C | A2 | AB | 2E | 5 | 0 | 21 | BB | 20 | 34 |
| Octal | 134 | 242 | 253 | 56 | 5 | 0 | 41 | 273 | 40 | 64 |
| Binary | 1011100 | 10100010 | 10101011 | 101110 | 101 | 0 | 100001 | 10111011 | 100000 | 110100 |
Color Harmonies of #5CA2AB
Complementary color
Monochromatic Colors of #5CA2AB
Black with #5CA2AB
Text Example
Text Example
White with #5CA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA2AB; }
p { color: rgb(92,162,171); }
H1.HeaderClassName
{
color: #5CA2AB;
}
.AnyTagClassName
{
color: #5CA2AB;
}
</style>
background-color css
<style>
a { background-color: #5CA2AB; }
a { background-color: rgb(92,162,171); }
div.DivClassName
{
background-color: #5CA2AB;
}
.BgClassName
{
background-color: #5CA2AB;
}
</style>
border-color css
<style>
span { border-color: #5CA2AB; }
span { border-color: rgb(92,162,171); }
td.TdClassName
{
border-color: #5CA2AB;
}
.TagClassName
{
border-color: #5CA2AB;
}
</style>