Shades of Cadet Blue #5D9EAC
Tints of Cadet Blue #5D9EAC
RGB
CMYK
RGB Variations
Color information
#5D9EAC (or 0x5D9EAC) is known color: Cadet Blue. HEX triplet: 5D, 9E and AC. RGB value is (93,158,172). Sum of RGB (Red+Green+Blue) = 93+158+172=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9EAC is #A26153. Grayscale: #8C8C8C. Windows color (decimal): -10641748 or 11312733. OLE color: 11312733.
HSL color Cylindrical-coordinate representation of color #5D9EAC: hue angle of 190.63º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D9EAC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 158 | 172 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.33 |
| HSL | 190.63º | 0.32% | 0.52% | - |
| HSV(B) | 190.63º | 0.46% | 0.67% | - |
| XYZ | 24.19 | 29.76 | 43.5 | - |
| YUV | 140.16 | 145.97 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 158 | 172 | 0.46 | 0.08 | 0 | 0.33 | 190.63 | 0.32 | 0.52 |
| Hex | 5D | 9E | AC | 2E | 8 | 0 | 21 | BF | 20 | 34 |
| Octal | 135 | 236 | 254 | 56 | 10 | 0 | 41 | 277 | 40 | 64 |
| Binary | 1011101 | 10011110 | 10101100 | 101110 | 1000 | 0 | 100001 | 10111111 | 100000 | 110100 |
Color Harmonies of #5D9EAC
Complementary color
Monochromatic Colors of #5D9EAC
Black with #5D9EAC
Text Example
Text Example
White with #5D9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9EAC; }
p { color: rgb(93,158,172); }
H1.HeaderClassName
{
color: #5D9EAC;
}
.AnyTagClassName
{
color: #5D9EAC;
}
</style>
background-color css
<style>
a { background-color: #5D9EAC; }
a { background-color: rgb(93,158,172); }
div.DivClassName
{
background-color: #5D9EAC;
}
.BgClassName
{
background-color: #5D9EAC;
}
</style>
border-color css
<style>
span { border-color: #5D9EAC; }
span { border-color: rgb(93,158,172); }
td.TdClassName
{
border-color: #5D9EAC;
}
.TagClassName
{
border-color: #5D9EAC;
}
</style>