Shades of Cadet Blue #5D9F98
Tints of Cadet Blue #5D9F98
RGB
CMYK
RGB Variations
Color information
#5D9F98 (or 0x5D9F98) is known color: Cadet Blue. HEX triplet: 5D, 9F and 98. RGB value is (93,159,152). Sum of RGB (Red+Green+Blue) = 93+159+152=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9F98 is #A26067. Grayscale: #8A8A8A. Windows color (decimal): -10641512 or 10002269. OLE color: 10002269.
HSL color Cylindrical-coordinate representation of color #5D9F98: hue angle of 173.64º 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 #5D9F98 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 159 | 152 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.38 |
| HSL | 173.64º | 0.26% | 0.49% | - |
| HSV(B) | 173.64º | 0.42% | 0.62% | - |
| XYZ | 22.58 | 29.39 | 34.19 | - |
| YUV | 138.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 152 | 0.42 | 0 | 0.04 | 0.38 | 173.64 | 0.26 | 0.49 |
| Hex | 5D | 9F | 98 | 2A | 0 | 4 | 26 | AE | 1A | 31 |
| Octal | 135 | 237 | 230 | 52 | 0 | 4 | 46 | 256 | 32 | 61 |
| Binary | 1011101 | 10011111 | 10011000 | 101010 | 0 | 100 | 100110 | 10101110 | 11010 | 110001 |
Color Harmonies of #5D9F98
Complementary color
Monochromatic Colors of #5D9F98
Black with #5D9F98
Text Example
Text Example
White with #5D9F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9F98; }
p { color: rgb(93,159,152); }
H1.HeaderClassName
{
color: #5D9F98;
}
.AnyTagClassName
{
color: #5D9F98;
}
</style>
background-color css
<style>
a { background-color: #5D9F98; }
a { background-color: rgb(93,159,152); }
div.DivClassName
{
background-color: #5D9F98;
}
.BgClassName
{
background-color: #5D9F98;
}
</style>
border-color css
<style>
span { border-color: #5D9F98; }
span { border-color: rgb(93,159,152); }
td.TdClassName
{
border-color: #5D9F98;
}
.TagClassName
{
border-color: #5D9F98;
}
</style>