Shades of Blue Stone #255E60
Tints of Blue Stone #255E60
RGB
CMYK
RGB Variations
Color information
#255E60 (or 0x255E60) is known color: Blue Stone. HEX triplet: 25, 5E and 60. RGB value is (37,94,96). Sum of RGB (Red+Green+Blue) = 37+94+96=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #255E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E60 is #DAA19F. Grayscale: #4D4D4D. Windows color (decimal): -14328224 or 6315557. OLE color: 6315557.
HSL color Cylindrical-coordinate representation of color #255E60: hue angle of 182.03º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255E60 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 94 | 96 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.62 |
| HSL | 182.03º | 0.44% | 0.26% | - |
| HSV(B) | 182.03º | 0.61% | 0.38% | - |
| XYZ | 6.88 | 9.24 | 12.49 | - |
| YUV | 77.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 96 | 0.61 | 0.02 | 0 | 0.62 | 182.03 | 0.44 | 0.26 |
| Hex | 25 | 5E | 60 | 3D | 2 | 0 | 3E | B6 | 2C | 1A |
| Octal | 45 | 136 | 140 | 75 | 2 | 0 | 76 | 266 | 54 | 32 |
| Binary | 100101 | 1011110 | 1100000 | 111101 | 10 | 0 | 111110 | 10110110 | 101100 | 11010 |
Color Harmonies of #255E60
Complementary color
Monochromatic Colors of #255E60
Black with #255E60
Text Example
Text Example
White with #255E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255E60; }
p { color: rgb(37,94,96); }
H1.HeaderClassName
{
color: #255E60;
}
.AnyTagClassName
{
color: #255E60;
}
</style>
background-color css
<style>
a { background-color: #255E60; }
a { background-color: rgb(37,94,96); }
div.DivClassName
{
background-color: #255E60;
}
.BgClassName
{
background-color: #255E60;
}
</style>
border-color css
<style>
span { border-color: #255E60; }
span { border-color: rgb(37,94,96); }
td.TdClassName
{
border-color: #255E60;
}
.TagClassName
{
border-color: #255E60;
}
</style>