Shades of Blue Stone #155F5C
Tints of Blue Stone #155F5C
RGB
CMYK
RGB Variations
Color information
#155F5C (or 0x155F5C) is known color: Blue Stone. HEX triplet: 15, 5F and 5C. RGB value is (21,95,92). Sum of RGB (Red+Green+Blue) = 21+95+92=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #155F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F5C is #EAA0A3. Grayscale: #484848. Windows color (decimal): -15376548 or 6053653. OLE color: 6053653.
HSL color Cylindrical-coordinate representation of color #155F5C: hue angle of 177.57º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F5C is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 92 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.63 |
| HSL | 177.57º | 0.64% | 0.23% | - |
| HSV(B) | 177.57º | 0.78% | 0.37% | - |
| XYZ | 6.33 | 9.12 | 11.55 | - |
| YUV | 72.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 92 | 0.78 | 0 | 0.03 | 0.63 | 177.57 | 0.64 | 0.23 |
| Hex | 15 | 5F | 5C | 4E | 0 | 3 | 3F | B2 | 40 | 17 |
| Octal | 25 | 137 | 134 | 116 | 0 | 3 | 77 | 262 | 100 | 27 |
| Binary | 10101 | 1011111 | 1011100 | 1001110 | 0 | 11 | 111111 | 10110010 | 1000000 | 10111 |
Color Harmonies of #155F5C
Complementary color
Monochromatic Colors of #155F5C
Black with #155F5C
Text Example
Text Example
White with #155F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F5C; }
p { color: rgb(21,95,92); }
H1.HeaderClassName
{
color: #155F5C;
}
.AnyTagClassName
{
color: #155F5C;
}
</style>
background-color css
<style>
a { background-color: #155F5C; }
a { background-color: rgb(21,95,92); }
div.DivClassName
{
background-color: #155F5C;
}
.BgClassName
{
background-color: #155F5C;
}
</style>
border-color css
<style>
span { border-color: #155F5C; }
span { border-color: rgb(21,95,92); }
td.TdClassName
{
border-color: #155F5C;
}
.TagClassName
{
border-color: #155F5C;
}
</style>