Shades of Cadet Blue #5DA198
Tints of Cadet Blue #5DA198
RGB
CMYK
RGB Variations
Color information
#5DA198 (or 0x5DA198) is known color: Cadet Blue. HEX triplet: 5D, A1 and 98. RGB value is (93,161,152). Sum of RGB (Red+Green+Blue) = 93+161+152=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA198 is #A25E67. Grayscale: #8B8B8B. Windows color (decimal): -10641000 or 10002781. OLE color: 10002781.
HSL color Cylindrical-coordinate representation of color #5DA198: hue angle of 172.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA198 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 152 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.37 |
| HSL | 172.06º | 0.27% | 0.5% | - |
| HSV(B) | 172.06º | 0.42% | 0.63% | - |
| XYZ | 22.93 | 30.08 | 34.3 | - |
| YUV | 139.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 152 | 0.42 | 0 | 0.06 | 0.37 | 172.06 | 0.27 | 0.5 |
| Hex | 5D | A1 | 98 | 2A | 0 | 6 | 25 | AC | 1B | 32 |
| Octal | 135 | 241 | 230 | 52 | 0 | 6 | 45 | 254 | 33 | 62 |
| Binary | 1011101 | 10100001 | 10011000 | 101010 | 0 | 110 | 100101 | 10101100 | 11011 | 110010 |
Color Harmonies of #5DA198
Complementary color
Monochromatic Colors of #5DA198
Black with #5DA198
Text Example
Text Example
White with #5DA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA198; }
p { color: rgb(93,161,152); }
H1.HeaderClassName
{
color: #5DA198;
}
.AnyTagClassName
{
color: #5DA198;
}
</style>
background-color css
<style>
a { background-color: #5DA198; }
a { background-color: rgb(93,161,152); }
div.DivClassName
{
background-color: #5DA198;
}
.BgClassName
{
background-color: #5DA198;
}
</style>
border-color css
<style>
span { border-color: #5DA198; }
span { border-color: rgb(93,161,152); }
td.TdClassName
{
border-color: #5DA198;
}
.TagClassName
{
border-color: #5DA198;
}
</style>