Shades of Blue Stone #165A54
Tints of Blue Stone #165A54
RGB
CMYK
RGB Variations
Color information
#165A54 (or 0x165A54) is known color: Blue Stone. HEX triplet: 16, 5A and 54. RGB value is (22,90,84). Sum of RGB (Red+Green+Blue) = 22+90+84=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #165A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A54 is #E9A5AB. Grayscale: #444444. Windows color (decimal): -15312300 or 5528086. OLE color: 5528086.
HSL color Cylindrical-coordinate representation of color #165A54: hue angle of 174.71º 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 #165A54 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 84 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.65 |
| HSL | 174.71º | 0.61% | 0.22% | - |
| HSV(B) | 174.71º | 0.76% | 0.35% | - |
| XYZ | 5.59 | 8.12 | 9.66 | - |
| YUV | 68.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 84 | 0.76 | 0 | 0.07 | 0.65 | 174.71 | 0.61 | 0.22 |
| Hex | 16 | 5A | 54 | 4C | 0 | 7 | 41 | AF | 3D | 16 |
| Octal | 26 | 132 | 124 | 114 | 0 | 7 | 101 | 257 | 75 | 26 |
| Binary | 10110 | 1011010 | 1010100 | 1001100 | 0 | 111 | 1000001 | 10101111 | 111101 | 10110 |
Color Harmonies of #165A54
Complementary color
Monochromatic Colors of #165A54
Black with #165A54
Text Example
Text Example
White with #165A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A54; }
p { color: rgb(22,90,84); }
H1.HeaderClassName
{
color: #165A54;
}
.AnyTagClassName
{
color: #165A54;
}
</style>
background-color css
<style>
a { background-color: #165A54; }
a { background-color: rgb(22,90,84); }
div.DivClassName
{
background-color: #165A54;
}
.BgClassName
{
background-color: #165A54;
}
</style>
border-color css
<style>
span { border-color: #165A54; }
span { border-color: rgb(22,90,84); }
td.TdClassName
{
border-color: #165A54;
}
.TagClassName
{
border-color: #165A54;
}
</style>