Shades of Blue Stone #16555A
Tints of Blue Stone #16555A
RGB
CMYK
RGB Variations
Color information
#16555A (or 0x16555A) is known color: Blue Stone. HEX triplet: 16, 55 and 5A. RGB value is (22,85,90). Sum of RGB (Red+Green+Blue) = 22+85+90=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #16555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16555A is #E9AAA5. Grayscale: #424242. Windows color (decimal): -15313574 or 5920022. OLE color: 5920022.
HSL color Cylindrical-coordinate representation of color #16555A: hue angle of 184.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16555A is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 85 | 90 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.65 |
| HSL | 184.41º | 0.61% | 0.22% | - |
| HSV(B) | 184.41º | 0.76% | 0.35% | - |
| XYZ | 5.42 | 7.41 | 10.82 | - |
| YUV | 66.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 90 | 0.76 | 0.06 | 0 | 0.65 | 184.41 | 0.61 | 0.22 |
| Hex | 16 | 55 | 5A | 4C | 6 | 0 | 41 | B8 | 3D | 16 |
| Octal | 26 | 125 | 132 | 114 | 6 | 0 | 101 | 270 | 75 | 26 |
| Binary | 10110 | 1010101 | 1011010 | 1001100 | 110 | 0 | 1000001 | 10111000 | 111101 | 10110 |
Color Harmonies of #16555A
Complementary color
Monochromatic Colors of #16555A
Black with #16555A
Text Example
Text Example
White with #16555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16555A; }
p { color: rgb(22,85,90); }
H1.HeaderClassName
{
color: #16555A;
}
.AnyTagClassName
{
color: #16555A;
}
</style>
background-color css
<style>
a { background-color: #16555A; }
a { background-color: rgb(22,85,90); }
div.DivClassName
{
background-color: #16555A;
}
.BgClassName
{
background-color: #16555A;
}
</style>
border-color css
<style>
span { border-color: #16555A; }
span { border-color: rgb(22,85,90); }
td.TdClassName
{
border-color: #16555A;
}
.TagClassName
{
border-color: #16555A;
}
</style>