Shades of Cadet Blue #5CA59C
Tints of Cadet Blue #5CA59C
RGB
CMYK
RGB Variations
Color information
#5CA59C (or 0x5CA59C) is known color: Cadet Blue. HEX triplet: 5C, A5 and 9C. RGB value is (92,165,156). Sum of RGB (Red+Green+Blue) = 92+165+156=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA59C is #A35A63. Grayscale: #8E8E8E. Windows color (decimal): -10705508 or 10265948. OLE color: 10265948.
HSL color Cylindrical-coordinate representation of color #5CA59C: hue angle of 172.6º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA59C is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 156 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.35 |
| HSL | 172.6º | 0.29% | 0.5% | - |
| HSV(B) | 172.6º | 0.44% | 0.65% | - |
| XYZ | 23.87 | 31.59 | 36.29 | - |
| YUV | 142.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 156 | 0.44 | 0 | 0.05 | 0.35 | 172.6 | 0.29 | 0.5 |
| Hex | 5C | A5 | 9C | 2C | 0 | 5 | 23 | AD | 1D | 32 |
| Octal | 134 | 245 | 234 | 54 | 0 | 5 | 43 | 255 | 35 | 62 |
| Binary | 1011100 | 10100101 | 10011100 | 101100 | 0 | 101 | 100011 | 10101101 | 11101 | 110010 |
Color Harmonies of #5CA59C
Complementary color
Monochromatic Colors of #5CA59C
Black with #5CA59C
Text Example
Text Example
White with #5CA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA59C; }
p { color: rgb(92,165,156); }
H1.HeaderClassName
{
color: #5CA59C;
}
.AnyTagClassName
{
color: #5CA59C;
}
</style>
background-color css
<style>
a { background-color: #5CA59C; }
a { background-color: rgb(92,165,156); }
div.DivClassName
{
background-color: #5CA59C;
}
.BgClassName
{
background-color: #5CA59C;
}
</style>
border-color css
<style>
span { border-color: #5CA59C; }
span { border-color: rgb(92,165,156); }
td.TdClassName
{
border-color: #5CA59C;
}
.TagClassName
{
border-color: #5CA59C;
}
</style>