Shades of Blue Stone #165553
Tints of Blue Stone #165553
RGB
CMYK
RGB Variations
Color information
#165553 (or 0x165553) is known color: Blue Stone. HEX triplet: 16, 55 and 53. RGB value is (22,85,83). Sum of RGB (Red+Green+Blue) = 22+85+83=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #165553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165553 is #E9AAAC. Grayscale: #414141. Windows color (decimal): -15313581 or 5461270. OLE color: 5461270.
HSL color Cylindrical-coordinate representation of color #165553: hue angle of 178.1º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165553 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 83 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.67 |
| HSL | 178.1º | 0.59% | 0.21% | - |
| HSV(B) | 178.1º | 0.74% | 0.33% | - |
| XYZ | 5.14 | 7.29 | 9.32 | - |
| YUV | 65.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 83 | 0.74 | 0 | 0.02 | 0.67 | 178.1 | 0.59 | 0.21 |
| Hex | 16 | 55 | 53 | 4A | 0 | 2 | 43 | B2 | 3B | 15 |
| Octal | 26 | 125 | 123 | 112 | 0 | 2 | 103 | 262 | 73 | 25 |
| Binary | 10110 | 1010101 | 1010011 | 1001010 | 0 | 10 | 1000011 | 10110010 | 111011 | 10101 |
Color Harmonies of #165553
Complementary color
Monochromatic Colors of #165553
Black with #165553
Text Example
Text Example
White with #165553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165553; }
p { color: rgb(22,85,83); }
H1.HeaderClassName
{
color: #165553;
}
.AnyTagClassName
{
color: #165553;
}
</style>
background-color css
<style>
a { background-color: #165553; }
a { background-color: rgb(22,85,83); }
div.DivClassName
{
background-color: #165553;
}
.BgClassName
{
background-color: #165553;
}
</style>
border-color css
<style>
span { border-color: #165553; }
span { border-color: rgb(22,85,83); }
td.TdClassName
{
border-color: #165553;
}
.TagClassName
{
border-color: #165553;
}
</style>