Shades of Blue Stone #195C56
Tints of Blue Stone #195C56
RGB
CMYK
RGB Variations
Color information
#195C56 (or 0x195C56) is known color: Blue Stone. HEX triplet: 19, 5C and 56. RGB value is (25,92,86). Sum of RGB (Red+Green+Blue) = 25+92+86=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #195C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C56 is #E6A3A9. Grayscale: #474747. Windows color (decimal): -15115178 or 5659673. OLE color: 5659673.
HSL color Cylindrical-coordinate representation of color #195C56: hue angle of 174.63º 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 #195C56 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 92 | 86 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.64 |
| HSL | 174.63º | 0.57% | 0.23% | - |
| HSV(B) | 174.63º | 0.73% | 0.36% | - |
| XYZ | 5.91 | 8.53 | 10.14 | - |
| YUV | 71.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 92 | 86 | 0.73 | 0 | 0.07 | 0.64 | 174.63 | 0.57 | 0.23 |
| Hex | 19 | 5C | 56 | 49 | 0 | 7 | 40 | AF | 39 | 17 |
| Octal | 31 | 134 | 126 | 111 | 0 | 7 | 100 | 257 | 71 | 27 |
| Binary | 11001 | 1011100 | 1010110 | 1001001 | 0 | 111 | 1000000 | 10101111 | 111001 | 10111 |
Color Harmonies of #195C56
Complementary color
Monochromatic Colors of #195C56
Black with #195C56
Text Example
Text Example
White with #195C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195C56; }
p { color: rgb(25,92,86); }
H1.HeaderClassName
{
color: #195C56;
}
.AnyTagClassName
{
color: #195C56;
}
</style>
background-color css
<style>
a { background-color: #195C56; }
a { background-color: rgb(25,92,86); }
div.DivClassName
{
background-color: #195C56;
}
.BgClassName
{
background-color: #195C56;
}
</style>
border-color css
<style>
span { border-color: #195C56; }
span { border-color: rgb(25,92,86); }
td.TdClassName
{
border-color: #195C56;
}
.TagClassName
{
border-color: #195C56;
}
</style>