Shades of Blue Stone #165B5C
Tints of Blue Stone #165B5C
RGB
CMYK
RGB Variations
Color information
#165B5C (or 0x165B5C) is known color: Blue Stone. HEX triplet: 16, 5B and 5C. RGB value is (22,91,92). Sum of RGB (Red+Green+Blue) = 22+91+92=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #165B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B5C is #E9A4A3. Grayscale: #464646. Windows color (decimal): -15312036 or 6052630. OLE color: 6052630.
HSL color Cylindrical-coordinate representation of color #165B5C: hue angle of 180.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B5C is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 92 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.64 |
| HSL | 180.86º | 0.61% | 0.22% | - |
| HSV(B) | 180.86º | 0.76% | 0.36% | - |
| XYZ | 6 | 8.43 | 11.44 | - |
| YUV | 70.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 92 | 0.76 | 0.01 | 0 | 0.64 | 180.86 | 0.61 | 0.22 |
| Hex | 16 | 5B | 5C | 4C | 1 | 0 | 40 | B5 | 3D | 16 |
| Octal | 26 | 133 | 134 | 114 | 1 | 0 | 100 | 265 | 75 | 26 |
| Binary | 10110 | 1011011 | 1011100 | 1001100 | 1 | 0 | 1000000 | 10110101 | 111101 | 10110 |
Color Harmonies of #165B5C
Complementary color
Monochromatic Colors of #165B5C
Black with #165B5C
Text Example
Text Example
White with #165B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B5C; }
p { color: rgb(22,91,92); }
H1.HeaderClassName
{
color: #165B5C;
}
.AnyTagClassName
{
color: #165B5C;
}
</style>
background-color css
<style>
a { background-color: #165B5C; }
a { background-color: rgb(22,91,92); }
div.DivClassName
{
background-color: #165B5C;
}
.BgClassName
{
background-color: #165B5C;
}
</style>
border-color css
<style>
span { border-color: #165B5C; }
span { border-color: rgb(22,91,92); }
td.TdClassName
{
border-color: #165B5C;
}
.TagClassName
{
border-color: #165B5C;
}
</style>