Shades of Blue Stone #195B57
Tints of Blue Stone #195B57
RGB
CMYK
RGB Variations
Color information
#195B57 (or 0x195B57) is known color: Blue Stone. HEX triplet: 19, 5B and 57. RGB value is (25,91,87). Sum of RGB (Red+Green+Blue) = 25+91+87=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #195B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195B57 is #E6A4A8. Grayscale: #464646. Windows color (decimal): -15115433 or 5724953. OLE color: 5724953.
HSL color Cylindrical-coordinate representation of color #195B57: hue angle of 176.36º degrees, saturation: 0.57, 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 #195B57 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 91 | 87 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.64 |
| HSL | 176.36º | 0.57% | 0.23% | - |
| HSV(B) | 176.36º | 0.73% | 0.36% | - |
| XYZ | 5.86 | 8.38 | 10.32 | - |
| YUV | 70.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 87 | 0.73 | 0 | 0.04 | 0.64 | 176.36 | 0.57 | 0.23 |
| Hex | 19 | 5B | 57 | 49 | 0 | 4 | 40 | B0 | 39 | 17 |
| Octal | 31 | 133 | 127 | 111 | 0 | 4 | 100 | 260 | 71 | 27 |
| Binary | 11001 | 1011011 | 1010111 | 1001001 | 0 | 100 | 1000000 | 10110000 | 111001 | 10111 |
Color Harmonies of #195B57
Complementary color
Monochromatic Colors of #195B57
Black with #195B57
Text Example
Text Example
White with #195B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B57; }
p { color: rgb(25,91,87); }
H1.HeaderClassName
{
color: #195B57;
}
.AnyTagClassName
{
color: #195B57;
}
</style>
background-color css
<style>
a { background-color: #195B57; }
a { background-color: rgb(25,91,87); }
div.DivClassName
{
background-color: #195B57;
}
.BgClassName
{
background-color: #195B57;
}
</style>
border-color css
<style>
span { border-color: #195B57; }
span { border-color: rgb(25,91,87); }
td.TdClassName
{
border-color: #195B57;
}
.TagClassName
{
border-color: #195B57;
}
</style>