Shades of Cadet Blue #5E949F
Tints of Cadet Blue #5E949F
RGB
CMYK
RGB Variations
Color information
#5E949F (or 0x5E949F) is known color: Cadet Blue. HEX triplet: 5E, 94 and 9F. RGB value is (94,148,159). Sum of RGB (Red+Green+Blue) = 94+148+159=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E949F is #A16B60. Grayscale: #858585. Windows color (decimal): -10578785 or 10458206. OLE color: 10458206.
HSL color Cylindrical-coordinate representation of color #5E949F: hue angle of 190.15º 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 #5E949F is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 148 | 159 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.38 |
| HSL | 190.15º | 0.26% | 0.5% | - |
| HSV(B) | 190.15º | 0.41% | 0.62% | - |
| XYZ | 21.46 | 26.06 | 36.7 | - |
| YUV | 133.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 159 | 0.41 | 0.07 | 0 | 0.38 | 190.15 | 0.26 | 0.5 |
| Hex | 5E | 94 | 9F | 29 | 7 | 0 | 26 | BE | 1A | 32 |
| Octal | 136 | 224 | 237 | 51 | 7 | 0 | 46 | 276 | 32 | 62 |
| Binary | 1011110 | 10010100 | 10011111 | 101001 | 111 | 0 | 100110 | 10111110 | 11010 | 110010 |
Color Harmonies of #5E949F
Complementary color
Monochromatic Colors of #5E949F
Black with #5E949F
Text Example
Text Example
White with #5E949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E949F; }
p { color: rgb(94,148,159); }
H1.HeaderClassName
{
color: #5E949F;
}
.AnyTagClassName
{
color: #5E949F;
}
</style>
background-color css
<style>
a { background-color: #5E949F; }
a { background-color: rgb(94,148,159); }
div.DivClassName
{
background-color: #5E949F;
}
.BgClassName
{
background-color: #5E949F;
}
</style>
border-color css
<style>
span { border-color: #5E949F; }
span { border-color: rgb(94,148,159); }
td.TdClassName
{
border-color: #5E949F;
}
.TagClassName
{
border-color: #5E949F;
}
</style>