Shades of Blue Stone #195D57
Tints of Blue Stone #195D57
RGB
CMYK
RGB Variations
Color information
#195D57 (or 0x195D57) is known color: Blue Stone. HEX triplet: 19, 5D and 57. RGB value is (25,93,87). Sum of RGB (Red+Green+Blue) = 25+93+87=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #195D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D57 is #E6A2A8. Grayscale: #474747. Windows color (decimal): -15114921 or 5725465. OLE color: 5725465.
HSL color Cylindrical-coordinate representation of color #195D57: hue angle of 174.71º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D57 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 93 | 87 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.64 |
| HSL | 174.71º | 0.58% | 0.23% | - |
| HSV(B) | 174.71º | 0.73% | 0.36% | - |
| XYZ | 6.04 | 8.72 | 10.38 | - |
| YUV | 71.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 87 | 0.73 | 0 | 0.06 | 0.64 | 174.71 | 0.58 | 0.23 |
| Hex | 19 | 5D | 57 | 49 | 0 | 6 | 40 | AF | 3A | 17 |
| Octal | 31 | 135 | 127 | 111 | 0 | 6 | 100 | 257 | 72 | 27 |
| Binary | 11001 | 1011101 | 1010111 | 1001001 | 0 | 110 | 1000000 | 10101111 | 111010 | 10111 |
Color Harmonies of #195D57
Complementary color
Monochromatic Colors of #195D57
Black with #195D57
Text Example
Text Example
White with #195D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D57; }
p { color: rgb(25,93,87); }
H1.HeaderClassName
{
color: #195D57;
}
.AnyTagClassName
{
color: #195D57;
}
</style>
background-color css
<style>
a { background-color: #195D57; }
a { background-color: rgb(25,93,87); }
div.DivClassName
{
background-color: #195D57;
}
.BgClassName
{
background-color: #195D57;
}
</style>
border-color css
<style>
span { border-color: #195D57; }
span { border-color: rgb(25,93,87); }
td.TdClassName
{
border-color: #195D57;
}
.TagClassName
{
border-color: #195D57;
}
</style>