Shades of Cadet Blue #5CA194
Tints of Cadet Blue #5CA194
RGB
CMYK
RGB Variations
Color information
#5CA194 (or 0x5CA194) is known color: Cadet Blue. HEX triplet: 5C, A1 and 94. RGB value is (92,161,148). Sum of RGB (Red+Green+Blue) = 92+161+148=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA194 is #A35E6B. Grayscale: #8A8A8A. Windows color (decimal): -10706540 or 9740636. OLE color: 9740636.
HSL color Cylindrical-coordinate representation of color #5CA194: hue angle of 168.7º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA194 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 148 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.37 |
| HSL | 168.7º | 0.27% | 0.5% | - |
| HSV(B) | 168.7º | 0.43% | 0.63% | - |
| XYZ | 22.5 | 29.9 | 32.6 | - |
| YUV | 138.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 148 | 0.43 | 0 | 0.08 | 0.37 | 168.7 | 0.27 | 0.5 |
| Hex | 5C | A1 | 94 | 2B | 0 | 8 | 25 | A9 | 1B | 32 |
| Octal | 134 | 241 | 224 | 53 | 0 | 10 | 45 | 251 | 33 | 62 |
| Binary | 1011100 | 10100001 | 10010100 | 101011 | 0 | 1000 | 100101 | 10101001 | 11011 | 110010 |
Color Harmonies of #5CA194
Complementary color
Monochromatic Colors of #5CA194
Black with #5CA194
Text Example
Text Example
White with #5CA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA194; }
p { color: rgb(92,161,148); }
H1.HeaderClassName
{
color: #5CA194;
}
.AnyTagClassName
{
color: #5CA194;
}
</style>
background-color css
<style>
a { background-color: #5CA194; }
a { background-color: rgb(92,161,148); }
div.DivClassName
{
background-color: #5CA194;
}
.BgClassName
{
background-color: #5CA194;
}
</style>
border-color css
<style>
span { border-color: #5CA194; }
span { border-color: rgb(92,161,148); }
td.TdClassName
{
border-color: #5CA194;
}
.TagClassName
{
border-color: #5CA194;
}
</style>