Shades of Blue Stone #165F5D
Tints of Blue Stone #165F5D
RGB
CMYK
RGB Variations
Color information
#165F5D (or 0x165F5D) is known color: Blue Stone. HEX triplet: 16, 5F and 5D. RGB value is (22,95,93). Sum of RGB (Red+Green+Blue) = 22+95+93=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #165F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F5D is #E9A0A2. Grayscale: #484848. Windows color (decimal): -15311011 or 6119190. OLE color: 6119190.
HSL color Cylindrical-coordinate representation of color #165F5D: hue angle of 178.36º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F5D is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 93 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.63 |
| HSL | 178.36º | 0.62% | 0.23% | - |
| HSV(B) | 178.36º | 0.77% | 0.37% | - |
| XYZ | 6.4 | 9.15 | 11.78 | - |
| YUV | 72.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 93 | 0.77 | 0 | 0.02 | 0.63 | 178.36 | 0.62 | 0.23 |
| Hex | 16 | 5F | 5D | 4D | 0 | 2 | 3F | B2 | 3E | 17 |
| Octal | 26 | 137 | 135 | 115 | 0 | 2 | 77 | 262 | 76 | 27 |
| Binary | 10110 | 1011111 | 1011101 | 1001101 | 0 | 10 | 111111 | 10110010 | 111110 | 10111 |
Color Harmonies of #165F5D
Complementary color
Monochromatic Colors of #165F5D
Black with #165F5D
Text Example
Text Example
White with #165F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F5D; }
p { color: rgb(22,95,93); }
H1.HeaderClassName
{
color: #165F5D;
}
.AnyTagClassName
{
color: #165F5D;
}
</style>
background-color css
<style>
a { background-color: #165F5D; }
a { background-color: rgb(22,95,93); }
div.DivClassName
{
background-color: #165F5D;
}
.BgClassName
{
background-color: #165F5D;
}
</style>
border-color css
<style>
span { border-color: #165F5D; }
span { border-color: rgb(22,95,93); }
td.TdClassName
{
border-color: #165F5D;
}
.TagClassName
{
border-color: #165F5D;
}
</style>