Shades of Blue Stone #165558
Tints of Blue Stone #165558
RGB
CMYK
RGB Variations
Color information
#165558 (or 0x165558) is known color: Blue Stone. HEX triplet: 16, 55 and 58. RGB value is (22,85,88). Sum of RGB (Red+Green+Blue) = 22+85+88=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #165558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165558 is #E9AAA7. Grayscale: #424242. Windows color (decimal): -15313576 or 5788950. OLE color: 5788950.
HSL color Cylindrical-coordinate representation of color #165558: hue angle of 182.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165558 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 85 | 88 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.65 |
| HSL | 182.73º | 0.6% | 0.22% | - |
| HSV(B) | 182.73º | 0.75% | 0.35% | - |
| XYZ | 5.34 | 7.37 | 10.37 | - |
| YUV | 66.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 88 | 0.75 | 0.03 | 0 | 0.65 | 182.73 | 0.6 | 0.22 |
| Hex | 16 | 55 | 58 | 4B | 3 | 0 | 41 | B7 | 3C | 16 |
| Octal | 26 | 125 | 130 | 113 | 3 | 0 | 101 | 267 | 74 | 26 |
| Binary | 10110 | 1010101 | 1011000 | 1001011 | 11 | 0 | 1000001 | 10110111 | 111100 | 10110 |
Color Harmonies of #165558
Complementary color
Monochromatic Colors of #165558
Black with #165558
Text Example
Text Example
White with #165558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165558; }
p { color: rgb(22,85,88); }
H1.HeaderClassName
{
color: #165558;
}
.AnyTagClassName
{
color: #165558;
}
</style>
background-color css
<style>
a { background-color: #165558; }
a { background-color: rgb(22,85,88); }
div.DivClassName
{
background-color: #165558;
}
.BgClassName
{
background-color: #165558;
}
</style>
border-color css
<style>
span { border-color: #165558; }
span { border-color: rgb(22,85,88); }
td.TdClassName
{
border-color: #165558;
}
.TagClassName
{
border-color: #165558;
}
</style>