Shades of Cadet Blue #5D9CAA
Tints of Cadet Blue #5D9CAA
RGB
CMYK
RGB Variations
Color information
#5D9CAA (or 0x5D9CAA) is known color: Cadet Blue. HEX triplet: 5D, 9C and AA. RGB value is (93,156,170). Sum of RGB (Red+Green+Blue) = 93+156+170=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9CAA is #A26355. Grayscale: #8A8A8A. Windows color (decimal): -10642262 or 11181149. OLE color: 11181149.
HSL color Cylindrical-coordinate representation of color #5D9CAA: hue angle of 190.91º 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 #5D9CAA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 156 | 170 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.33 |
| HSL | 190.91º | 0.31% | 0.52% | - |
| HSV(B) | 190.91º | 0.45% | 0.67% | - |
| XYZ | 23.66 | 29.01 | 42.38 | - |
| YUV | 138.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 170 | 0.45 | 0.08 | 0 | 0.33 | 190.91 | 0.31 | 0.52 |
| Hex | 5D | 9C | AA | 2D | 8 | 0 | 21 | BF | 1F | 34 |
| Octal | 135 | 234 | 252 | 55 | 10 | 0 | 41 | 277 | 37 | 64 |
| Binary | 1011101 | 10011100 | 10101010 | 101101 | 1000 | 0 | 100001 | 10111111 | 11111 | 110100 |
Color Harmonies of #5D9CAA
Complementary color
Monochromatic Colors of #5D9CAA
Black with #5D9CAA
Text Example
Text Example
White with #5D9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9CAA; }
p { color: rgb(93,156,170); }
H1.HeaderClassName
{
color: #5D9CAA;
}
.AnyTagClassName
{
color: #5D9CAA;
}
</style>
background-color css
<style>
a { background-color: #5D9CAA; }
a { background-color: rgb(93,156,170); }
div.DivClassName
{
background-color: #5D9CAA;
}
.BgClassName
{
background-color: #5D9CAA;
}
</style>
border-color css
<style>
span { border-color: #5D9CAA; }
span { border-color: rgb(93,156,170); }
td.TdClassName
{
border-color: #5D9CAA;
}
.TagClassName
{
border-color: #5D9CAA;
}
</style>