Shades of Blue Stone #165454
Tints of Blue Stone #165454
RGB
CMYK
RGB Variations
Color information
#165454 (or 0x165454) is known color: Blue Stone. HEX triplet: 16, 54 and 54. RGB value is (22,84,84). Sum of RGB (Red+Green+Blue) = 22+84+84=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #165454 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165454 is #E9ABAB. Grayscale: #414141. Windows color (decimal): -15313836 or 5526550. OLE color: 5526550.
HSL color Cylindrical-coordinate representation of color #165454: hue angle of 180º degrees, saturation: 0.58, 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 #165454 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 84 | - |
| CMYK | 0.74 | 0 | 0 | 0.67 |
| HSL | 180º | 0.58% | 0.21% | - |
| HSV(B) | 180º | 0.74% | 0.33% | - |
| XYZ | 5.1 | 7.15 | 9.5 | - |
| YUV | 65.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 84 | 0.74 | 0 | 0 | 0.67 | 180 | 0.58 | 0.21 |
| Hex | 16 | 54 | 54 | 4A | 0 | 0 | 43 | B4 | 3A | 15 |
| Octal | 26 | 124 | 124 | 112 | 0 | 0 | 103 | 264 | 72 | 25 |
| Binary | 10110 | 1010100 | 1010100 | 1001010 | 0 | 0 | 1000011 | 10110100 | 111010 | 10101 |
Color Harmonies of #165454
Complementary color
Monochromatic Colors of #165454
Black with #165454
Text Example
Text Example
White with #165454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165454; }
p { color: rgb(22,84,84); }
H1.HeaderClassName
{
color: #165454;
}
.AnyTagClassName
{
color: #165454;
}
</style>
background-color css
<style>
a { background-color: #165454; }
a { background-color: rgb(22,84,84); }
div.DivClassName
{
background-color: #165454;
}
.BgClassName
{
background-color: #165454;
}
</style>
border-color css
<style>
span { border-color: #165454; }
span { border-color: rgb(22,84,84); }
td.TdClassName
{
border-color: #165454;
}
.TagClassName
{
border-color: #165454;
}
</style>