Shades of Blue Stone #165564
Tints of Blue Stone #165564
RGB
CMYK
RGB Variations
Color information
#165564 (or 0x165564) is known color: Blue Stone. HEX triplet: 16, 55 and 64. RGB value is (22,85,100). Sum of RGB (Red+Green+Blue) = 22+85+100=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #165564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165564 is #E9AA9B. Grayscale: #434343. Windows color (decimal): -15313564 or 6575382. OLE color: 6575382.
HSL color Cylindrical-coordinate representation of color #165564: hue angle of 191.54º 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 #165564 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 85 | 100 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.61 |
| HSL | 191.54º | 0.64% | 0.24% | - |
| HSV(B) | 191.54º | 0.78% | 0.39% | - |
| XYZ | 5.88 | 7.59 | 13.21 | - |
| YUV | 67.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 100 | 0.78 | 0.15 | 0 | 0.61 | 191.54 | 0.64 | 0.24 |
| Hex | 16 | 55 | 64 | 4E | F | 0 | 3D | C0 | 40 | 18 |
| Octal | 26 | 125 | 144 | 116 | 17 | 0 | 75 | 300 | 100 | 30 |
| Binary | 10110 | 1010101 | 1100100 | 1001110 | 1111 | 0 | 111101 | 11000000 | 1000000 | 11000 |
Color Harmonies of #165564
Complementary color
Monochromatic Colors of #165564
Black with #165564
Text Example
Text Example
White with #165564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165564; }
p { color: rgb(22,85,100); }
H1.HeaderClassName
{
color: #165564;
}
.AnyTagClassName
{
color: #165564;
}
</style>
background-color css
<style>
a { background-color: #165564; }
a { background-color: rgb(22,85,100); }
div.DivClassName
{
background-color: #165564;
}
.BgClassName
{
background-color: #165564;
}
</style>
border-color css
<style>
span { border-color: #165564; }
span { border-color: rgb(22,85,100); }
td.TdClassName
{
border-color: #165564;
}
.TagClassName
{
border-color: #165564;
}
</style>