Shades of Cadet Blue #5CA79E
Tints of Cadet Blue #5CA79E
RGB
CMYK
RGB Variations
Color information
#5CA79E (or 0x5CA79E) is known color: Cadet Blue. HEX triplet: 5C, A7 and 9E. RGB value is (92,167,158). Sum of RGB (Red+Green+Blue) = 92+167+158=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA79E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA79E is #A35861. Grayscale: #8F8F8F. Windows color (decimal): -10704994 or 10397532. OLE color: 10397532.
HSL color Cylindrical-coordinate representation of color #5CA79E: hue angle of 172.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA79E is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 167 | 158 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.35 |
| HSL | 172.8º | 0.3% | 0.51% | - |
| HSV(B) | 172.8º | 0.45% | 0.65% | - |
| XYZ | 24.4 | 32.38 | 37.31 | - |
| YUV | 143.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 167 | 158 | 0.45 | 0 | 0.05 | 0.35 | 172.8 | 0.3 | 0.51 |
| Hex | 5C | A7 | 9E | 2D | 0 | 5 | 23 | AD | 1E | 33 |
| Octal | 134 | 247 | 236 | 55 | 0 | 5 | 43 | 255 | 36 | 63 |
| Binary | 1011100 | 10100111 | 10011110 | 101101 | 0 | 101 | 100011 | 10101101 | 11110 | 110011 |
Color Harmonies of #5CA79E
Complementary color
Monochromatic Colors of #5CA79E
Black with #5CA79E
Text Example
Text Example
White with #5CA79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA79E; }
p { color: rgb(92,167,158); }
H1.HeaderClassName
{
color: #5CA79E;
}
.AnyTagClassName
{
color: #5CA79E;
}
</style>
background-color css
<style>
a { background-color: #5CA79E; }
a { background-color: rgb(92,167,158); }
div.DivClassName
{
background-color: #5CA79E;
}
.BgClassName
{
background-color: #5CA79E;
}
</style>
border-color css
<style>
span { border-color: #5CA79E; }
span { border-color: rgb(92,167,158); }
td.TdClassName
{
border-color: #5CA79E;
}
.TagClassName
{
border-color: #5CA79E;
}
</style>