Shades of Cadet Blue #5D9FAA
Tints of Cadet Blue #5D9FAA
RGB
CMYK
RGB Variations
Color information
#5D9FAA (or 0x5D9FAA) is known color: Cadet Blue. HEX triplet: 5D, 9F and AA. RGB value is (93,159,170). Sum of RGB (Red+Green+Blue) = 93+159+170=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9FAA is #A26055. Grayscale: #8C8C8C. Windows color (decimal): -10641494 or 11181917. OLE color: 11181917.
HSL color Cylindrical-coordinate representation of color #5D9FAA: hue angle of 188.57º 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 #5D9FAA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 159 | 170 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.33 |
| HSL | 188.57º | 0.31% | 0.52% | - |
| HSV(B) | 188.57º | 0.45% | 0.67% | - |
| XYZ | 24.17 | 30.03 | 42.55 | - |
| YUV | 140.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 170 | 0.45 | 0.06 | 0 | 0.33 | 188.57 | 0.31 | 0.52 |
| Hex | 5D | 9F | AA | 2D | 6 | 0 | 21 | BD | 1F | 34 |
| Octal | 135 | 237 | 252 | 55 | 6 | 0 | 41 | 275 | 37 | 64 |
| Binary | 1011101 | 10011111 | 10101010 | 101101 | 110 | 0 | 100001 | 10111101 | 11111 | 110100 |
Color Harmonies of #5D9FAA
Complementary color
Monochromatic Colors of #5D9FAA
Black with #5D9FAA
Text Example
Text Example
White with #5D9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9FAA; }
p { color: rgb(93,159,170); }
H1.HeaderClassName
{
color: #5D9FAA;
}
.AnyTagClassName
{
color: #5D9FAA;
}
</style>
background-color css
<style>
a { background-color: #5D9FAA; }
a { background-color: rgb(93,159,170); }
div.DivClassName
{
background-color: #5D9FAA;
}
.BgClassName
{
background-color: #5D9FAA;
}
</style>
border-color css
<style>
span { border-color: #5D9FAA; }
span { border-color: rgb(93,159,170); }
td.TdClassName
{
border-color: #5D9FAA;
}
.TagClassName
{
border-color: #5D9FAA;
}
</style>