Shades of Blue Stone #165A69
Tints of Blue Stone #165A69
RGB
CMYK
RGB Variations
Color information
#165A69 (or 0x165A69) is known color: Blue Stone. HEX triplet: 16, 5A and 69. RGB value is (22,90,105). Sum of RGB (Red+Green+Blue) = 22+90+105=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #165A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A69 is #E9A596. Grayscale: #474747. Windows color (decimal): -15312279 or 6904342. OLE color: 6904342.
HSL color Cylindrical-coordinate representation of color #165A69: hue angle of 190.84º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165A69 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 90 | 105 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.59 |
| HSL | 190.84º | 0.65% | 0.25% | - |
| HSV(B) | 190.84º | 0.79% | 0.41% | - |
| XYZ | 6.54 | 8.5 | 14.66 | - |
| YUV | 71.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 105 | 0.79 | 0.14 | 0 | 0.59 | 190.84 | 0.65 | 0.25 |
| Hex | 16 | 5A | 69 | 4F | E | 0 | 3B | BF | 41 | 19 |
| Octal | 26 | 132 | 151 | 117 | 16 | 0 | 73 | 277 | 101 | 31 |
| Binary | 10110 | 1011010 | 1101001 | 1001111 | 1110 | 0 | 111011 | 10111111 | 1000001 | 11001 |
Color Harmonies of #165A69
Complementary color
Monochromatic Colors of #165A69
Black with #165A69
Text Example
Text Example
White with #165A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A69; }
p { color: rgb(22,90,105); }
H1.HeaderClassName
{
color: #165A69;
}
.AnyTagClassName
{
color: #165A69;
}
</style>
background-color css
<style>
a { background-color: #165A69; }
a { background-color: rgb(22,90,105); }
div.DivClassName
{
background-color: #165A69;
}
.BgClassName
{
background-color: #165A69;
}
</style>
border-color css
<style>
span { border-color: #165A69; }
span { border-color: rgb(22,90,105); }
td.TdClassName
{
border-color: #165A69;
}
.TagClassName
{
border-color: #165A69;
}
</style>