Shades of Cadet Blue #5995A1
Tints of Cadet Blue #5995A1
RGB
CMYK
RGB Variations
Color information
#5995A1 (or 0x5995A1) is known color: Cadet Blue. HEX triplet: 59, 95 and A1. RGB value is (89,149,161). Sum of RGB (Red+Green+Blue) = 89+149+161=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: blue. Hex color #5995A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995A1 is #A66A5E. Grayscale: #848484. Windows color (decimal): -10906207 or 10589529. OLE color: 10589529.
HSL color Cylindrical-coordinate representation of color #5995A1: hue angle of 190º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5995A1 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 149 | 161 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.37 |
| HSL | 190º | 0.29% | 0.49% | - |
| HSV(B) | 190º | 0.45% | 0.63% | - |
| XYZ | 21.3 | 26.19 | 37.65 | - |
| YUV | 132.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 161 | 0.45 | 0.07 | 0 | 0.37 | 190 | 0.29 | 0.49 |
| Hex | 59 | 95 | A1 | 2D | 7 | 0 | 25 | BE | 1D | 31 |
| Octal | 131 | 225 | 241 | 55 | 7 | 0 | 45 | 276 | 35 | 61 |
| Binary | 1011001 | 10010101 | 10100001 | 101101 | 111 | 0 | 100101 | 10111110 | 11101 | 110001 |
Color Harmonies of #5995A1
Complementary color
Monochromatic Colors of #5995A1
Black with #5995A1
Text Example
Text Example
White with #5995A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995A1; }
p { color: rgb(89,149,161); }
H1.HeaderClassName
{
color: #5995A1;
}
.AnyTagClassName
{
color: #5995A1;
}
</style>
background-color css
<style>
a { background-color: #5995A1; }
a { background-color: rgb(89,149,161); }
div.DivClassName
{
background-color: #5995A1;
}
.BgClassName
{
background-color: #5995A1;
}
</style>
border-color css
<style>
span { border-color: #5995A1; }
span { border-color: rgb(89,149,161); }
td.TdClassName
{
border-color: #5995A1;
}
.TagClassName
{
border-color: #5995A1;
}
</style>