Shades of Blue Stone #165B5D
Tints of Blue Stone #165B5D
RGB
CMYK
RGB Variations
Color information
#165B5D (or 0x165B5D) is known color: Blue Stone. HEX triplet: 16, 5B and 5D. RGB value is (22,91,93). Sum of RGB (Red+Green+Blue) = 22+91+93=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #165B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B5D is #E9A4A2. Grayscale: #464646. Windows color (decimal): -15312035 or 6118166. OLE color: 6118166.
HSL color Cylindrical-coordinate representation of color #165B5D: hue angle of 181.69º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B5D is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 93 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.64 |
| HSL | 181.69º | 0.62% | 0.23% | - |
| HSV(B) | 181.69º | 0.76% | 0.36% | - |
| XYZ | 6.05 | 8.44 | 11.67 | - |
| YUV | 70.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 93 | 0.76 | 0.02 | 0 | 0.64 | 181.69 | 0.62 | 0.23 |
| Hex | 16 | 5B | 5D | 4C | 2 | 0 | 40 | B6 | 3E | 17 |
| Octal | 26 | 133 | 135 | 114 | 2 | 0 | 100 | 266 | 76 | 27 |
| Binary | 10110 | 1011011 | 1011101 | 1001100 | 10 | 0 | 1000000 | 10110110 | 111110 | 10111 |
Color Harmonies of #165B5D
Complementary color
Monochromatic Colors of #165B5D
Black with #165B5D
Text Example
Text Example
White with #165B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B5D; }
p { color: rgb(22,91,93); }
H1.HeaderClassName
{
color: #165B5D;
}
.AnyTagClassName
{
color: #165B5D;
}
</style>
background-color css
<style>
a { background-color: #165B5D; }
a { background-color: rgb(22,91,93); }
div.DivClassName
{
background-color: #165B5D;
}
.BgClassName
{
background-color: #165B5D;
}
</style>
border-color css
<style>
span { border-color: #165B5D; }
span { border-color: rgb(22,91,93); }
td.TdClassName
{
border-color: #165B5D;
}
.TagClassName
{
border-color: #165B5D;
}
</style>