Shades of Blue Stone #165F6D
Tints of Blue Stone #165F6D
RGB
CMYK
RGB Variations
Color information
#165F6D (or 0x165F6D) is known color: Blue Stone. HEX triplet: 16, 5F and 6D. RGB value is (22,95,109). Sum of RGB (Red+Green+Blue) = 22+95+109=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #165F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F6D is #E9A092. Grayscale: #4A4A4A. Windows color (decimal): -15310995 or 7167766. OLE color: 7167766.
HSL color Cylindrical-coordinate representation of color #165F6D: hue angle of 189.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165F6D is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 95 | 109 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.57 |
| HSL | 189.66º | 0.66% | 0.26% | - |
| HSV(B) | 189.66º | 0.8% | 0.43% | - |
| XYZ | 7.18 | 9.46 | 15.92 | - |
| YUV | 74.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 109 | 0.80 | 0.13 | 0 | 0.57 | 189.66 | 0.66 | 0.26 |
| Hex | 16 | 5F | 6D | 50 | D | 0 | 39 | BE | 42 | 1A |
| Octal | 26 | 137 | 155 | 120 | 15 | 0 | 71 | 276 | 102 | 32 |
| Binary | 10110 | 1011111 | 1101101 | 1010000 | 1101 | 0 | 111001 | 10111110 | 1000010 | 11010 |
Color Harmonies of #165F6D
Complementary color
Monochromatic Colors of #165F6D
Black with #165F6D
Text Example
Text Example
White with #165F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F6D; }
p { color: rgb(22,95,109); }
H1.HeaderClassName
{
color: #165F6D;
}
.AnyTagClassName
{
color: #165F6D;
}
</style>
background-color css
<style>
a { background-color: #165F6D; }
a { background-color: rgb(22,95,109); }
div.DivClassName
{
background-color: #165F6D;
}
.BgClassName
{
background-color: #165F6D;
}
</style>
border-color css
<style>
span { border-color: #165F6D; }
span { border-color: rgb(22,95,109); }
td.TdClassName
{
border-color: #165F6D;
}
.TagClassName
{
border-color: #165F6D;
}
</style>