Shades of Blue Stone #1F5D5C
Tints of Blue Stone #1F5D5C
RGB
CMYK
RGB Variations
Color information
#1F5D5C (or 0x1F5D5C) is known color: Blue Stone. HEX triplet: 1F, 5D and 5C. RGB value is (31,93,92). Sum of RGB (Red+Green+Blue) = 31+93+92=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D5C is #E0A2A3. Grayscale: #4A4A4A. Windows color (decimal): -14721700 or 6053151. OLE color: 6053151.
HSL color Cylindrical-coordinate representation of color #1F5D5C: hue angle of 179.03º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5D5C is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 92 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.64 |
| HSL | 179.03º | 0.5% | 0.24% | - |
| HSV(B) | 179.03º | 0.67% | 0.36% | - |
| XYZ | 6.41 | 8.89 | 11.5 | - |
| YUV | 74.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 92 | 0.67 | 0 | 0.01 | 0.64 | 179.03 | 0.5 | 0.24 |
| Hex | 1F | 5D | 5C | 43 | 0 | 1 | 40 | B3 | 32 | 18 |
| Octal | 37 | 135 | 134 | 103 | 0 | 1 | 100 | 263 | 62 | 30 |
| Binary | 11111 | 1011101 | 1011100 | 1000011 | 0 | 1 | 1000000 | 10110011 | 110010 | 11000 |
Color Harmonies of #1F5D5C
Complementary color
Monochromatic Colors of #1F5D5C
Black with #1F5D5C
Text Example
Text Example
White with #1F5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D5C; }
p { color: rgb(31,93,92); }
H1.HeaderClassName
{
color: #1F5D5C;
}
.AnyTagClassName
{
color: #1F5D5C;
}
</style>
background-color css
<style>
a { background-color: #1F5D5C; }
a { background-color: rgb(31,93,92); }
div.DivClassName
{
background-color: #1F5D5C;
}
.BgClassName
{
background-color: #1F5D5C;
}
</style>
border-color css
<style>
span { border-color: #1F5D5C; }
span { border-color: rgb(31,93,92); }
td.TdClassName
{
border-color: #1F5D5C;
}
.TagClassName
{
border-color: #1F5D5C;
}
</style>