Shades of Cadet Blue #5CAAA6
Tints of Cadet Blue #5CAAA6
RGB
CMYK
RGB Variations
Color information
#5CAAA6 (or 0x5CAAA6) is known color: Cadet Blue. HEX triplet: 5C, AA and A6. RGB value is (92,170,166). Sum of RGB (Red+Green+Blue) = 92+170+166=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAA6 is #A35559. Grayscale: #929292. Windows color (decimal): -10704218 or 10922588. OLE color: 10922588.
HSL color Cylindrical-coordinate representation of color #5CAAA6: hue angle of 176.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAAA6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 166 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.33 |
| HSL | 176.92º | 0.31% | 0.51% | - |
| HSV(B) | 176.92º | 0.46% | 0.67% | - |
| XYZ | 25.67 | 33.78 | 41.24 | - |
| YUV | 146.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 166 | 0.46 | 0 | 0.02 | 0.33 | 176.92 | 0.31 | 0.51 |
| Hex | 5C | AA | A6 | 2E | 0 | 2 | 21 | B1 | 1F | 33 |
| Octal | 134 | 252 | 246 | 56 | 0 | 2 | 41 | 261 | 37 | 63 |
| Binary | 1011100 | 10101010 | 10100110 | 101110 | 0 | 10 | 100001 | 10110001 | 11111 | 110011 |
Color Harmonies of #5CAAA6
Complementary color
Monochromatic Colors of #5CAAA6
Black with #5CAAA6
Text Example
Text Example
White with #5CAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAA6; }
p { color: rgb(92,170,166); }
H1.HeaderClassName
{
color: #5CAAA6;
}
.AnyTagClassName
{
color: #5CAAA6;
}
</style>
background-color css
<style>
a { background-color: #5CAAA6; }
a { background-color: rgb(92,170,166); }
div.DivClassName
{
background-color: #5CAAA6;
}
.BgClassName
{
background-color: #5CAAA6;
}
</style>
border-color css
<style>
span { border-color: #5CAAA6; }
span { border-color: rgb(92,170,166); }
td.TdClassName
{
border-color: #5CAAA6;
}
.TagClassName
{
border-color: #5CAAA6;
}
</style>