Shades of Cadet Blue #5FA2AB
Tints of Cadet Blue #5FA2AB
RGB
CMYK
RGB Variations
Color information
#5FA2AB (or 0x5FA2AB) is known color: Cadet Blue. HEX triplet: 5F, A2 and AB. RGB value is (95,162,171). Sum of RGB (Red+Green+Blue) = 95+162+171=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #5FA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA2AB is #A05D54. Grayscale: #8E8E8E. Windows color (decimal): -10509653 or 11248223. OLE color: 11248223.
HSL color Cylindrical-coordinate representation of color #5FA2AB: hue angle of 187.11º 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 #5FA2AB is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 162 | 171 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.33 |
| HSL | 187.11º | 0.31% | 0.52% | - |
| HSV(B) | 187.11º | 0.44% | 0.67% | - |
| XYZ | 24.99 | 31.21 | 43.24 | - |
| YUV | 142.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 171 | 0.44 | 0.05 | 0 | 0.33 | 187.11 | 0.31 | 0.52 |
| Hex | 5F | A2 | AB | 2C | 5 | 0 | 21 | BB | 1F | 34 |
| Octal | 137 | 242 | 253 | 54 | 5 | 0 | 41 | 273 | 37 | 64 |
| Binary | 1011111 | 10100010 | 10101011 | 101100 | 101 | 0 | 100001 | 10111011 | 11111 | 110100 |
Color Harmonies of #5FA2AB
Complementary color
Monochromatic Colors of #5FA2AB
Black with #5FA2AB
Text Example
Text Example
White with #5FA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA2AB; }
p { color: rgb(95,162,171); }
H1.HeaderClassName
{
color: #5FA2AB;
}
.AnyTagClassName
{
color: #5FA2AB;
}
</style>
background-color css
<style>
a { background-color: #5FA2AB; }
a { background-color: rgb(95,162,171); }
div.DivClassName
{
background-color: #5FA2AB;
}
.BgClassName
{
background-color: #5FA2AB;
}
</style>
border-color css
<style>
span { border-color: #5FA2AB; }
span { border-color: rgb(95,162,171); }
td.TdClassName
{
border-color: #5FA2AB;
}
.TagClassName
{
border-color: #5FA2AB;
}
</style>