Shades of Cadet Blue #5E949B
Tints of Cadet Blue #5E949B
RGB
CMYK
RGB Variations
Color information
#5E949B (or 0x5E949B) is known color: Cadet Blue. HEX triplet: 5E, 94 and 9B. RGB value is (94,148,155). Sum of RGB (Red+Green+Blue) = 94+148+155=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E949B is #A16B64. Grayscale: #848484. Windows color (decimal): -10578789 or 10196062. OLE color: 10196062.
HSL color Cylindrical-coordinate representation of color #5E949B: hue angle of 186.89º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E949B is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 148 | 155 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.39 |
| HSL | 186.89º | 0.24% | 0.49% | - |
| HSV(B) | 186.89º | 0.39% | 0.61% | - |
| XYZ | 21.12 | 25.93 | 34.9 | - |
| YUV | 132.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 155 | 0.39 | 0.05 | 0 | 0.39 | 186.89 | 0.24 | 0.49 |
| Hex | 5E | 94 | 9B | 27 | 5 | 0 | 27 | BB | 18 | 31 |
| Octal | 136 | 224 | 233 | 47 | 5 | 0 | 47 | 273 | 30 | 61 |
| Binary | 1011110 | 10010100 | 10011011 | 100111 | 101 | 0 | 100111 | 10111011 | 11000 | 110001 |
Color Harmonies of #5E949B
Complementary color
Monochromatic Colors of #5E949B
Black with #5E949B
Text Example
Text Example
White with #5E949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E949B; }
p { color: rgb(94,148,155); }
H1.HeaderClassName
{
color: #5E949B;
}
.AnyTagClassName
{
color: #5E949B;
}
</style>
background-color css
<style>
a { background-color: #5E949B; }
a { background-color: rgb(94,148,155); }
div.DivClassName
{
background-color: #5E949B;
}
.BgClassName
{
background-color: #5E949B;
}
</style>
border-color css
<style>
span { border-color: #5E949B; }
span { border-color: rgb(94,148,155); }
td.TdClassName
{
border-color: #5E949B;
}
.TagClassName
{
border-color: #5E949B;
}
</style>