Shades of Cadet Blue #5C9E98
Tints of Cadet Blue #5C9E98
RGB
CMYK
RGB Variations
Color information
#5C9E98 (or 0x5C9E98) is known color: Cadet Blue. HEX triplet: 5C, 9E and 98. RGB value is (92,158,152). Sum of RGB (Red+Green+Blue) = 92+158+152=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9E98 is #A36167. Grayscale: #898989. Windows color (decimal): -10707304 or 10002012. OLE color: 10002012.
HSL color Cylindrical-coordinate representation of color #5C9E98: hue angle of 174.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9E98 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 158 | 152 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.38 |
| HSL | 174.55º | 0.26% | 0.49% | - |
| HSV(B) | 174.55º | 0.42% | 0.62% | - |
| XYZ | 22.31 | 29 | 34.13 | - |
| YUV | 137.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 152 | 0.42 | 0 | 0.04 | 0.38 | 174.55 | 0.26 | 0.49 |
| Hex | 5C | 9E | 98 | 2A | 0 | 4 | 26 | AF | 1A | 31 |
| Octal | 134 | 236 | 230 | 52 | 0 | 4 | 46 | 257 | 32 | 61 |
| Binary | 1011100 | 10011110 | 10011000 | 101010 | 0 | 100 | 100110 | 10101111 | 11010 | 110001 |
Color Harmonies of #5C9E98
Complementary color
Monochromatic Colors of #5C9E98
Black with #5C9E98
Text Example
Text Example
White with #5C9E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9E98; }
p { color: rgb(92,158,152); }
H1.HeaderClassName
{
color: #5C9E98;
}
.AnyTagClassName
{
color: #5C9E98;
}
</style>
background-color css
<style>
a { background-color: #5C9E98; }
a { background-color: rgb(92,158,152); }
div.DivClassName
{
background-color: #5C9E98;
}
.BgClassName
{
background-color: #5C9E98;
}
</style>
border-color css
<style>
span { border-color: #5C9E98; }
span { border-color: rgb(92,158,152); }
td.TdClassName
{
border-color: #5C9E98;
}
.TagClassName
{
border-color: #5C9E98;
}
</style>