Shades of Cadet Blue #5C9B98
Tints of Cadet Blue #5C9B98
RGB
CMYK
RGB Variations
Color information
#5C9B98 (or 0x5C9B98) is known color: Cadet Blue. HEX triplet: 5C, 9B and 98. RGB value is (92,155,152). Sum of RGB (Red+Green+Blue) = 92+155+152=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9B98 is #A36467. Grayscale: #878787. Windows color (decimal): -10708072 or 10001244. OLE color: 10001244.
HSL color Cylindrical-coordinate representation of color #5C9B98: hue angle of 177.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9B98 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 155 | 152 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.39 |
| HSL | 177.14º | 0.26% | 0.48% | - |
| HSV(B) | 177.14º | 0.41% | 0.61% | - |
| XYZ | 21.8 | 27.99 | 33.96 | - |
| YUV | 135.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 155 | 152 | 0.41 | 0 | 0.02 | 0.39 | 177.14 | 0.26 | 0.48 |
| Hex | 5C | 9B | 98 | 29 | 0 | 2 | 27 | B1 | 1A | 30 |
| Octal | 134 | 233 | 230 | 51 | 0 | 2 | 47 | 261 | 32 | 60 |
| Binary | 1011100 | 10011011 | 10011000 | 101001 | 0 | 10 | 100111 | 10110001 | 11010 | 110000 |
Color Harmonies of #5C9B98
Complementary color
Monochromatic Colors of #5C9B98
Black with #5C9B98
Text Example
Text Example
White with #5C9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9B98; }
p { color: rgb(92,155,152); }
H1.HeaderClassName
{
color: #5C9B98;
}
.AnyTagClassName
{
color: #5C9B98;
}
</style>
background-color css
<style>
a { background-color: #5C9B98; }
a { background-color: rgb(92,155,152); }
div.DivClassName
{
background-color: #5C9B98;
}
.BgClassName
{
background-color: #5C9B98;
}
</style>
border-color css
<style>
span { border-color: #5C9B98; }
span { border-color: rgb(92,155,152); }
td.TdClassName
{
border-color: #5C9B98;
}
.TagClassName
{
border-color: #5C9B98;
}
</style>