Shades of Blue Stone #15675C
Tints of Blue Stone #15675C
RGB
CMYK
RGB Variations
Color information
#15675C (or 0x15675C) is known color: Blue Stone. HEX triplet: 15, 67 and 5C. RGB value is (21,103,92). Sum of RGB (Red+Green+Blue) = 21+103+92=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #15675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15675C is #EA98A3. Grayscale: #4D4D4D. Windows color (decimal): -15374500 or 6055701. OLE color: 6055701.
HSL color Cylindrical-coordinate representation of color #15675C: hue angle of 171.95º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15675C is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 92 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.60 |
| HSL | 171.95º | 0.66% | 0.24% | - |
| HSV(B) | 171.95º | 0.8% | 0.4% | - |
| XYZ | 7.09 | 10.63 | 11.8 | - |
| YUV | 77.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 92 | 0.80 | 0 | 0.11 | 0.60 | 171.95 | 0.66 | 0.24 |
| Hex | 15 | 67 | 5C | 50 | 0 | B | 3C | AC | 42 | 18 |
| Octal | 25 | 147 | 134 | 120 | 0 | 13 | 74 | 254 | 102 | 30 |
| Binary | 10101 | 1100111 | 1011100 | 1010000 | 0 | 1011 | 111100 | 10101100 | 1000010 | 11000 |
Color Harmonies of #15675C
Complementary color
Monochromatic Colors of #15675C
Black with #15675C
Text Example
Text Example
White with #15675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15675C; }
p { color: rgb(21,103,92); }
H1.HeaderClassName
{
color: #15675C;
}
.AnyTagClassName
{
color: #15675C;
}
</style>
background-color css
<style>
a { background-color: #15675C; }
a { background-color: rgb(21,103,92); }
div.DivClassName
{
background-color: #15675C;
}
.BgClassName
{
background-color: #15675C;
}
</style>
border-color css
<style>
span { border-color: #15675C; }
span { border-color: rgb(21,103,92); }
td.TdClassName
{
border-color: #15675C;
}
.TagClassName
{
border-color: #15675C;
}
</style>