Shades of Blue Stone #195753
Tints of Blue Stone #195753
RGB
CMYK
RGB Variations
Color information
#195753 (or 0x195753) is known color: Blue Stone. HEX triplet: 19, 57 and 53. RGB value is (25,87,83). Sum of RGB (Red+Green+Blue) = 25+87+83=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #195753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195753 is #E6A8AC. Grayscale: #434343. Windows color (decimal): -15116461 or 5461785. OLE color: 5461785.
HSL color Cylindrical-coordinate representation of color #195753: hue angle of 176.13º 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 #195753 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 87 | 83 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.66 |
| HSL | 176.13º | 0.55% | 0.22% | - |
| HSV(B) | 176.13º | 0.71% | 0.34% | - |
| XYZ | 5.37 | 7.65 | 9.38 | - |
| YUV | 68.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 83 | 0.71 | 0 | 0.05 | 0.66 | 176.13 | 0.55 | 0.22 |
| Hex | 19 | 57 | 53 | 47 | 0 | 5 | 42 | B0 | 37 | 16 |
| Octal | 31 | 127 | 123 | 107 | 0 | 5 | 102 | 260 | 67 | 26 |
| Binary | 11001 | 1010111 | 1010011 | 1000111 | 0 | 101 | 1000010 | 10110000 | 110111 | 10110 |
Color Harmonies of #195753
Complementary color
Monochromatic Colors of #195753
Black with #195753
Text Example
Text Example
White with #195753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195753; }
p { color: rgb(25,87,83); }
H1.HeaderClassName
{
color: #195753;
}
.AnyTagClassName
{
color: #195753;
}
</style>
background-color css
<style>
a { background-color: #195753; }
a { background-color: rgb(25,87,83); }
div.DivClassName
{
background-color: #195753;
}
.BgClassName
{
background-color: #195753;
}
</style>
border-color css
<style>
span { border-color: #195753; }
span { border-color: rgb(25,87,83); }
td.TdClassName
{
border-color: #195753;
}
.TagClassName
{
border-color: #195753;
}
</style>