Shades of Cadet Blue #5EA5AA
Tints of Cadet Blue #5EA5AA
RGB
CMYK
RGB Variations
Color information
#5EA5AA (or 0x5EA5AA) is known color: Cadet Blue. HEX triplet: 5E, A5 and AA. RGB value is (94,165,170). Sum of RGB (Red+Green+Blue) = 94+165+170=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #5EA5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA5AA is #A15A55. Grayscale: #909090. Windows color (decimal): -10574422 or 11183454. OLE color: 11183454.
HSL color Cylindrical-coordinate representation of color #5EA5AA: hue angle of 183.95º 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 #5EA5AA is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 165 | 170 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.33 |
| HSL | 183.95º | 0.31% | 0.52% | - |
| HSV(B) | 183.95º | 0.45% | 0.67% | - |
| XYZ | 25.33 | 32.19 | 42.91 | - |
| YUV | 144.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 170 | 0.45 | 0.03 | 0 | 0.33 | 183.95 | 0.31 | 0.52 |
| Hex | 5E | A5 | AA | 2D | 3 | 0 | 21 | B8 | 1F | 34 |
| Octal | 136 | 245 | 252 | 55 | 3 | 0 | 41 | 270 | 37 | 64 |
| Binary | 1011110 | 10100101 | 10101010 | 101101 | 11 | 0 | 100001 | 10111000 | 11111 | 110100 |
Color Harmonies of #5EA5AA
Complementary color
Monochromatic Colors of #5EA5AA
Black with #5EA5AA
Text Example
Text Example
White with #5EA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA5AA; }
p { color: rgb(94,165,170); }
H1.HeaderClassName
{
color: #5EA5AA;
}
.AnyTagClassName
{
color: #5EA5AA;
}
</style>
background-color css
<style>
a { background-color: #5EA5AA; }
a { background-color: rgb(94,165,170); }
div.DivClassName
{
background-color: #5EA5AA;
}
.BgClassName
{
background-color: #5EA5AA;
}
</style>
border-color css
<style>
span { border-color: #5EA5AA; }
span { border-color: rgb(94,165,170); }
td.TdClassName
{
border-color: #5EA5AA;
}
.TagClassName
{
border-color: #5EA5AA;
}
</style>