Shades of Cadet Blue #5F9FAA
Tints of Cadet Blue #5F9FAA
RGB
CMYK
RGB Variations
Color information
#5F9FAA (or 0x5F9FAA) is known color: Cadet Blue. HEX triplet: 5F, 9F and AA. RGB value is (95,159,170). Sum of RGB (Red+Green+Blue) = 95+159+170=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9FAA is #A06055. Grayscale: #8D8D8D. Windows color (decimal): -10510422 or 11181919. OLE color: 11181919.
HSL color Cylindrical-coordinate representation of color #5F9FAA: hue angle of 188.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F9FAA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 159 | 170 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.33 |
| HSL | 188.8º | 0.31% | 0.52% | - |
| HSV(B) | 188.8º | 0.44% | 0.67% | - |
| XYZ | 24.37 | 30.13 | 42.56 | - |
| YUV | 141.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 170 | 0.44 | 0.06 | 0 | 0.33 | 188.8 | 0.31 | 0.52 |
| Hex | 5F | 9F | AA | 2C | 6 | 0 | 21 | BD | 1F | 34 |
| Octal | 137 | 237 | 252 | 54 | 6 | 0 | 41 | 275 | 37 | 64 |
| Binary | 1011111 | 10011111 | 10101010 | 101100 | 110 | 0 | 100001 | 10111101 | 11111 | 110100 |
Color Harmonies of #5F9FAA
Complementary color
Monochromatic Colors of #5F9FAA
Black with #5F9FAA
Text Example
Text Example
White with #5F9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9FAA; }
p { color: rgb(95,159,170); }
H1.HeaderClassName
{
color: #5F9FAA;
}
.AnyTagClassName
{
color: #5F9FAA;
}
</style>
background-color css
<style>
a { background-color: #5F9FAA; }
a { background-color: rgb(95,159,170); }
div.DivClassName
{
background-color: #5F9FAA;
}
.BgClassName
{
background-color: #5F9FAA;
}
</style>
border-color css
<style>
span { border-color: #5F9FAA; }
span { border-color: rgb(95,159,170); }
td.TdClassName
{
border-color: #5F9FAA;
}
.TagClassName
{
border-color: #5F9FAA;
}
</style>