Shades of Blue Stone #165E6C
Tints of Blue Stone #165E6C
RGB
CMYK
RGB Variations
Color information
#165E6C (or 0x165E6C) is known color: Blue Stone. HEX triplet: 16, 5E and 6C. RGB value is (22,94,108). Sum of RGB (Red+Green+Blue) = 22+94+108=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #165E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E6C is #E9A193. Grayscale: #494949. Windows color (decimal): -15311252 or 7101974. OLE color: 7101974.
HSL color Cylindrical-coordinate representation of color #165E6C: hue angle of 189.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165E6C is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 94 | 108 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.58 |
| HSL | 189.77º | 0.66% | 0.25% | - |
| HSV(B) | 189.77º | 0.8% | 0.42% | - |
| XYZ | 7.04 | 9.26 | 15.6 | - |
| YUV | 74.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 108 | 0.80 | 0.13 | 0 | 0.58 | 189.77 | 0.66 | 0.25 |
| Hex | 16 | 5E | 6C | 50 | D | 0 | 3A | BE | 42 | 19 |
| Octal | 26 | 136 | 154 | 120 | 15 | 0 | 72 | 276 | 102 | 31 |
| Binary | 10110 | 1011110 | 1101100 | 1010000 | 1101 | 0 | 111010 | 10111110 | 1000010 | 11001 |
Color Harmonies of #165E6C
Complementary color
Monochromatic Colors of #165E6C
Black with #165E6C
Text Example
Text Example
White with #165E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E6C; }
p { color: rgb(22,94,108); }
H1.HeaderClassName
{
color: #165E6C;
}
.AnyTagClassName
{
color: #165E6C;
}
</style>
background-color css
<style>
a { background-color: #165E6C; }
a { background-color: rgb(22,94,108); }
div.DivClassName
{
background-color: #165E6C;
}
.BgClassName
{
background-color: #165E6C;
}
</style>
border-color css
<style>
span { border-color: #165E6C; }
span { border-color: rgb(22,94,108); }
td.TdClassName
{
border-color: #165E6C;
}
.TagClassName
{
border-color: #165E6C;
}
</style>