Shades of Cadet Blue #5E9CAA
Tints of Cadet Blue #5E9CAA
RGB
CMYK
RGB Variations
Color information
#5E9CAA (or 0x5E9CAA) is known color: Cadet Blue. HEX triplet: 5E, 9C and AA. RGB value is (94,156,170). Sum of RGB (Red+Green+Blue) = 94+156+170=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9CAA is #A16355. Grayscale: #8A8A8A. Windows color (decimal): -10576726 or 11181150. OLE color: 11181150.
HSL color Cylindrical-coordinate representation of color #5E9CAA: hue angle of 191.05º 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 #5E9CAA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 156 | 170 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.33 |
| HSL | 191.05º | 0.31% | 0.52% | - |
| HSV(B) | 191.05º | 0.45% | 0.67% | - |
| XYZ | 23.76 | 29.06 | 42.39 | - |
| YUV | 139.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 170 | 0.45 | 0.08 | 0 | 0.33 | 191.05 | 0.31 | 0.52 |
| Hex | 5E | 9C | AA | 2D | 8 | 0 | 21 | BF | 1F | 34 |
| Octal | 136 | 234 | 252 | 55 | 10 | 0 | 41 | 277 | 37 | 64 |
| Binary | 1011110 | 10011100 | 10101010 | 101101 | 1000 | 0 | 100001 | 10111111 | 11111 | 110100 |
Color Harmonies of #5E9CAA
Complementary color
Monochromatic Colors of #5E9CAA
Black with #5E9CAA
Text Example
Text Example
White with #5E9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9CAA; }
p { color: rgb(94,156,170); }
H1.HeaderClassName
{
color: #5E9CAA;
}
.AnyTagClassName
{
color: #5E9CAA;
}
</style>
background-color css
<style>
a { background-color: #5E9CAA; }
a { background-color: rgb(94,156,170); }
div.DivClassName
{
background-color: #5E9CAA;
}
.BgClassName
{
background-color: #5E9CAA;
}
</style>
border-color css
<style>
span { border-color: #5E9CAA; }
span { border-color: rgb(94,156,170); }
td.TdClassName
{
border-color: #5E9CAA;
}
.TagClassName
{
border-color: #5E9CAA;
}
</style>