Shades of Cadet Blue #5E989F
Tints of Cadet Blue #5E989F
RGB
CMYK
RGB Variations
Color information
#5E989F (or 0x5E989F) is known color: Cadet Blue. HEX triplet: 5E, 98 and 9F. RGB value is (94,152,159). Sum of RGB (Red+Green+Blue) = 94+152+159=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E989F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E989F is #A16760. Grayscale: #878787. Windows color (decimal): -10577761 or 10459230. OLE color: 10459230.
HSL color Cylindrical-coordinate representation of color #5E989F: hue angle of 186.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E989F is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 152 | 159 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.38 |
| HSL | 186.46º | 0.26% | 0.5% | - |
| HSV(B) | 186.46º | 0.41% | 0.62% | - |
| XYZ | 22.1 | 27.34 | 36.91 | - |
| YUV | 135.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 159 | 0.41 | 0.04 | 0 | 0.38 | 186.46 | 0.26 | 0.5 |
| Hex | 5E | 98 | 9F | 29 | 4 | 0 | 26 | BA | 1A | 32 |
| Octal | 136 | 230 | 237 | 51 | 4 | 0 | 46 | 272 | 32 | 62 |
| Binary | 1011110 | 10011000 | 10011111 | 101001 | 100 | 0 | 100110 | 10111010 | 11010 | 110010 |
Color Harmonies of #5E989F
Complementary color
Monochromatic Colors of #5E989F
Black with #5E989F
Text Example
Text Example
White with #5E989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E989F; }
p { color: rgb(94,152,159); }
H1.HeaderClassName
{
color: #5E989F;
}
.AnyTagClassName
{
color: #5E989F;
}
</style>
background-color css
<style>
a { background-color: #5E989F; }
a { background-color: rgb(94,152,159); }
div.DivClassName
{
background-color: #5E989F;
}
.BgClassName
{
background-color: #5E989F;
}
</style>
border-color css
<style>
span { border-color: #5E989F; }
span { border-color: rgb(94,152,159); }
td.TdClassName
{
border-color: #5E989F;
}
.TagClassName
{
border-color: #5E989F;
}
</style>