Shades of Blue Stone #16625D
Tints of Blue Stone #16625D
RGB
CMYK
RGB Variations
Color information
#16625D (or 0x16625D) is known color: Blue Stone. HEX triplet: 16, 62 and 5D. RGB value is (22,98,93). Sum of RGB (Red+Green+Blue) = 22+98+93=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #16625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16625D is #E99DA2. Grayscale: #4A4A4A. Windows color (decimal): -15310243 or 6119958. OLE color: 6119958.
HSL color Cylindrical-coordinate representation of color #16625D: hue angle of 176.05º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16625D is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 98 | 93 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.62 |
| HSL | 176.05º | 0.63% | 0.24% | - |
| HSV(B) | 176.05º | 0.78% | 0.38% | - |
| XYZ | 6.67 | 9.7 | 11.88 | - |
| YUV | 74.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 98 | 93 | 0.78 | 0 | 0.05 | 0.62 | 176.05 | 0.63 | 0.24 |
| Hex | 16 | 62 | 5D | 4E | 0 | 5 | 3E | B0 | 3F | 18 |
| Octal | 26 | 142 | 135 | 116 | 0 | 5 | 76 | 260 | 77 | 30 |
| Binary | 10110 | 1100010 | 1011101 | 1001110 | 0 | 101 | 111110 | 10110000 | 111111 | 11000 |
Color Harmonies of #16625D
Complementary color
Monochromatic Colors of #16625D
Black with #16625D
Text Example
Text Example
White with #16625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16625D; }
p { color: rgb(22,98,93); }
H1.HeaderClassName
{
color: #16625D;
}
.AnyTagClassName
{
color: #16625D;
}
</style>
background-color css
<style>
a { background-color: #16625D; }
a { background-color: rgb(22,98,93); }
div.DivClassName
{
background-color: #16625D;
}
.BgClassName
{
background-color: #16625D;
}
</style>
border-color css
<style>
span { border-color: #16625D; }
span { border-color: rgb(22,98,93); }
td.TdClassName
{
border-color: #16625D;
}
.TagClassName
{
border-color: #16625D;
}
</style>