Shades of Blue Stone #195755
Tints of Blue Stone #195755
RGB
CMYK
RGB Variations
Color information
#195755 (or 0x195755) is known color: Blue Stone. HEX triplet: 19, 57 and 55. RGB value is (25,87,85). Sum of RGB (Red+Green+Blue) = 25+87+85=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #195755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195755 is #E6A8AA. Grayscale: #444444. Windows color (decimal): -15116459 or 5592857. OLE color: 5592857.
HSL color Cylindrical-coordinate representation of color #195755: hue angle of 178.06º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195755 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 87 | 85 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.66 |
| HSL | 178.06º | 0.55% | 0.22% | - |
| HSV(B) | 178.06º | 0.71% | 0.34% | - |
| XYZ | 5.45 | 7.68 | 9.79 | - |
| YUV | 68.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 85 | 0.71 | 0 | 0.02 | 0.66 | 178.06 | 0.55 | 0.22 |
| Hex | 19 | 57 | 55 | 47 | 0 | 2 | 42 | B2 | 37 | 16 |
| Octal | 31 | 127 | 125 | 107 | 0 | 2 | 102 | 262 | 67 | 26 |
| Binary | 11001 | 1010111 | 1010101 | 1000111 | 0 | 10 | 1000010 | 10110010 | 110111 | 10110 |
Color Harmonies of #195755
Complementary color
Monochromatic Colors of #195755
Black with #195755
Text Example
Text Example
White with #195755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195755; }
p { color: rgb(25,87,85); }
H1.HeaderClassName
{
color: #195755;
}
.AnyTagClassName
{
color: #195755;
}
</style>
background-color css
<style>
a { background-color: #195755; }
a { background-color: rgb(25,87,85); }
div.DivClassName
{
background-color: #195755;
}
.BgClassName
{
background-color: #195755;
}
</style>
border-color css
<style>
span { border-color: #195755; }
span { border-color: rgb(25,87,85); }
td.TdClassName
{
border-color: #195755;
}
.TagClassName
{
border-color: #195755;
}
</style>