Shades of Blue Stone #165A61
Tints of Blue Stone #165A61
RGB
CMYK
RGB Variations
Color information
#165A61 (or 0x165A61) is known color: Blue Stone. HEX triplet: 16, 5A and 61. RGB value is (22,90,97). Sum of RGB (Red+Green+Blue) = 22+90+97=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #165A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A61 is #E9A59E. Grayscale: #464646. Windows color (decimal): -15312287 or 6380054. OLE color: 6380054.
HSL color Cylindrical-coordinate representation of color #165A61: hue angle of 185.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165A61 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 90 | 97 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.62 |
| HSL | 185.6º | 0.63% | 0.23% | - |
| HSV(B) | 185.6º | 0.77% | 0.38% | - |
| XYZ | 6.14 | 8.35 | 12.6 | - |
| YUV | 70.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 97 | 0.77 | 0.07 | 0 | 0.62 | 185.6 | 0.63 | 0.23 |
| Hex | 16 | 5A | 61 | 4D | 7 | 0 | 3E | BA | 3F | 17 |
| Octal | 26 | 132 | 141 | 115 | 7 | 0 | 76 | 272 | 77 | 27 |
| Binary | 10110 | 1011010 | 1100001 | 1001101 | 111 | 0 | 111110 | 10111010 | 111111 | 10111 |
Color Harmonies of #165A61
Complementary color
Monochromatic Colors of #165A61
Black with #165A61
Text Example
Text Example
White with #165A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A61; }
p { color: rgb(22,90,97); }
H1.HeaderClassName
{
color: #165A61;
}
.AnyTagClassName
{
color: #165A61;
}
</style>
background-color css
<style>
a { background-color: #165A61; }
a { background-color: rgb(22,90,97); }
div.DivClassName
{
background-color: #165A61;
}
.BgClassName
{
background-color: #165A61;
}
</style>
border-color css
<style>
span { border-color: #165A61; }
span { border-color: rgb(22,90,97); }
td.TdClassName
{
border-color: #165A61;
}
.TagClassName
{
border-color: #165A61;
}
</style>