Shades of Blue Stone #165C63
Tints of Blue Stone #165C63
RGB
CMYK
RGB Variations
Color information
#165C63 (or 0x165C63) is known color: Blue Stone. HEX triplet: 16, 5C and 63. RGB value is (22,92,99). Sum of RGB (Red+Green+Blue) = 22+92+99=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #165C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C63 is #E9A39C. Grayscale: #474747. Windows color (decimal): -15311773 or 6511638. OLE color: 6511638.
HSL color Cylindrical-coordinate representation of color #165C63: hue angle of 185.45º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165C63 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 92 | 99 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.61 |
| HSL | 185.45º | 0.64% | 0.24% | - |
| HSV(B) | 185.45º | 0.78% | 0.39% | - |
| XYZ | 6.41 | 8.73 | 13.15 | - |
| YUV | 71.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 99 | 0.78 | 0.07 | 0 | 0.61 | 185.45 | 0.64 | 0.24 |
| Hex | 16 | 5C | 63 | 4E | 7 | 0 | 3D | B9 | 40 | 18 |
| Octal | 26 | 134 | 143 | 116 | 7 | 0 | 75 | 271 | 100 | 30 |
| Binary | 10110 | 1011100 | 1100011 | 1001110 | 111 | 0 | 111101 | 10111001 | 1000000 | 11000 |
Color Harmonies of #165C63
Complementary color
Monochromatic Colors of #165C63
Black with #165C63
Text Example
Text Example
White with #165C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C63; }
p { color: rgb(22,92,99); }
H1.HeaderClassName
{
color: #165C63;
}
.AnyTagClassName
{
color: #165C63;
}
</style>
background-color css
<style>
a { background-color: #165C63; }
a { background-color: rgb(22,92,99); }
div.DivClassName
{
background-color: #165C63;
}
.BgClassName
{
background-color: #165C63;
}
</style>
border-color css
<style>
span { border-color: #165C63; }
span { border-color: rgb(22,92,99); }
td.TdClassName
{
border-color: #165C63;
}
.TagClassName
{
border-color: #165C63;
}
</style>