Shades of Cadet Blue #5D9FAC
Tints of Cadet Blue #5D9FAC
RGB
CMYK
RGB Variations
Color information
#5D9FAC (or 0x5D9FAC) is known color: Cadet Blue. HEX triplet: 5D, 9F and AC. RGB value is (93,159,172). Sum of RGB (Red+Green+Blue) = 93+159+172=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D9FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9FAC is #A26053. Grayscale: #8C8C8C. Windows color (decimal): -10641492 or 11312989. OLE color: 11312989.
HSL color Cylindrical-coordinate representation of color #5D9FAC: hue angle of 189.87º 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 #5D9FAC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 159 | 172 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.33 |
| HSL | 189.87º | 0.32% | 0.52% | - |
| HSV(B) | 189.87º | 0.46% | 0.67% | - |
| XYZ | 24.36 | 30.1 | 43.56 | - |
| YUV | 140.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 159 | 172 | 0.46 | 0.08 | 0 | 0.33 | 189.87 | 0.32 | 0.52 |
| Hex | 5D | 9F | AC | 2E | 8 | 0 | 21 | BE | 20 | 34 |
| Octal | 135 | 237 | 254 | 56 | 10 | 0 | 41 | 276 | 40 | 64 |
| Binary | 1011101 | 10011111 | 10101100 | 101110 | 1000 | 0 | 100001 | 10111110 | 100000 | 110100 |
Color Harmonies of #5D9FAC
Complementary color
Monochromatic Colors of #5D9FAC
Black with #5D9FAC
Text Example
Text Example
White with #5D9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9FAC; }
p { color: rgb(93,159,172); }
H1.HeaderClassName
{
color: #5D9FAC;
}
.AnyTagClassName
{
color: #5D9FAC;
}
</style>
background-color css
<style>
a { background-color: #5D9FAC; }
a { background-color: rgb(93,159,172); }
div.DivClassName
{
background-color: #5D9FAC;
}
.BgClassName
{
background-color: #5D9FAC;
}
</style>
border-color css
<style>
span { border-color: #5D9FAC; }
span { border-color: rgb(93,159,172); }
td.TdClassName
{
border-color: #5D9FAC;
}
.TagClassName
{
border-color: #5D9FAC;
}
</style>