Shades of Cadet Blue #5E9FAA
Tints of Cadet Blue #5E9FAA
RGB
CMYK
RGB Variations
Color information
#5E9FAA (or 0x5E9FAA) is known color: Cadet Blue. HEX triplet: 5E, 9F and AA. RGB value is (94,159,170). Sum of RGB (Red+Green+Blue) = 94+159+170=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9FAA is #A16055. Grayscale: #8C8C8C. Windows color (decimal): -10575958 or 11181918. OLE color: 11181918.
HSL color Cylindrical-coordinate representation of color #5E9FAA: hue angle of 188.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E9FAA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 159 | 170 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.33 |
| HSL | 188.68º | 0.31% | 0.52% | - |
| HSV(B) | 188.68º | 0.45% | 0.67% | - |
| XYZ | 24.27 | 30.08 | 42.56 | - |
| YUV | 140.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 170 | 0.45 | 0.06 | 0 | 0.33 | 188.68 | 0.31 | 0.52 |
| Hex | 5E | 9F | AA | 2D | 6 | 0 | 21 | BD | 1F | 34 |
| Octal | 136 | 237 | 252 | 55 | 6 | 0 | 41 | 275 | 37 | 64 |
| Binary | 1011110 | 10011111 | 10101010 | 101101 | 110 | 0 | 100001 | 10111101 | 11111 | 110100 |
Color Harmonies of #5E9FAA
Complementary color
Monochromatic Colors of #5E9FAA
Black with #5E9FAA
Text Example
Text Example
White with #5E9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9FAA; }
p { color: rgb(94,159,170); }
H1.HeaderClassName
{
color: #5E9FAA;
}
.AnyTagClassName
{
color: #5E9FAA;
}
</style>
background-color css
<style>
a { background-color: #5E9FAA; }
a { background-color: rgb(94,159,170); }
div.DivClassName
{
background-color: #5E9FAA;
}
.BgClassName
{
background-color: #5E9FAA;
}
</style>
border-color css
<style>
span { border-color: #5E9FAA; }
span { border-color: rgb(94,159,170); }
td.TdClassName
{
border-color: #5E9FAA;
}
.TagClassName
{
border-color: #5E9FAA;
}
</style>