Shades of Cadet Blue #5EA599
Tints of Cadet Blue #5EA599
RGB
CMYK
RGB Variations
Color information
#5EA599 (or 0x5EA599) is known color: Cadet Blue. HEX triplet: 5E, A5 and 99. RGB value is (94,165,153). Sum of RGB (Red+Green+Blue) = 94+165+153=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA599 is #A15A66. Grayscale: #8E8E8E. Windows color (decimal): -10574439 or 10069342. OLE color: 10069342.
HSL color Cylindrical-coordinate representation of color #5EA599: hue angle of 169.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA599 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 153 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.35 |
| HSL | 169.86º | 0.28% | 0.51% | - |
| HSV(B) | 169.86º | 0.43% | 0.65% | - |
| XYZ | 23.82 | 31.59 | 34.98 | - |
| YUV | 142.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 153 | 0.43 | 0 | 0.07 | 0.35 | 169.86 | 0.28 | 0.51 |
| Hex | 5E | A5 | 99 | 2B | 0 | 7 | 23 | AA | 1C | 33 |
| Octal | 136 | 245 | 231 | 53 | 0 | 7 | 43 | 252 | 34 | 63 |
| Binary | 1011110 | 10100101 | 10011001 | 101011 | 0 | 111 | 100011 | 10101010 | 11100 | 110011 |
Color Harmonies of #5EA599
Complementary color
Monochromatic Colors of #5EA599
Black with #5EA599
Text Example
Text Example
White with #5EA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA599; }
p { color: rgb(94,165,153); }
H1.HeaderClassName
{
color: #5EA599;
}
.AnyTagClassName
{
color: #5EA599;
}
</style>
background-color css
<style>
a { background-color: #5EA599; }
a { background-color: rgb(94,165,153); }
div.DivClassName
{
background-color: #5EA599;
}
.BgClassName
{
background-color: #5EA599;
}
</style>
border-color css
<style>
span { border-color: #5EA599; }
span { border-color: rgb(94,165,153); }
td.TdClassName
{
border-color: #5EA599;
}
.TagClassName
{
border-color: #5EA599;
}
</style>