Shades of Blue Stone #255D60
Tints of Blue Stone #255D60
RGB
CMYK
RGB Variations
Color information
#255D60 (or 0x255D60) is known color: Blue Stone. HEX triplet: 25, 5D and 60. RGB value is (37,93,96). Sum of RGB (Red+Green+Blue) = 37+93+96=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #255D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D60 is #DAA29F. Grayscale: #4C4C4C. Windows color (decimal): -14328480 or 6315301. OLE color: 6315301.
HSL color Cylindrical-coordinate representation of color #255D60: hue angle of 183.05º 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 #255D60 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 93 | 96 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.62 |
| HSL | 183.05º | 0.44% | 0.26% | - |
| HSV(B) | 183.05º | 0.61% | 0.38% | - |
| XYZ | 6.79 | 9.07 | 12.46 | - |
| YUV | 76.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 96 | 0.61 | 0.03 | 0 | 0.62 | 183.05 | 0.44 | 0.26 |
| Hex | 25 | 5D | 60 | 3D | 3 | 0 | 3E | B7 | 2C | 1A |
| Octal | 45 | 135 | 140 | 75 | 3 | 0 | 76 | 267 | 54 | 32 |
| Binary | 100101 | 1011101 | 1100000 | 111101 | 11 | 0 | 111110 | 10110111 | 101100 | 11010 |
Color Harmonies of #255D60
Complementary color
Monochromatic Colors of #255D60
Black with #255D60
Text Example
Text Example
White with #255D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D60; }
p { color: rgb(37,93,96); }
H1.HeaderClassName
{
color: #255D60;
}
.AnyTagClassName
{
color: #255D60;
}
</style>
background-color css
<style>
a { background-color: #255D60; }
a { background-color: rgb(37,93,96); }
div.DivClassName
{
background-color: #255D60;
}
.BgClassName
{
background-color: #255D60;
}
</style>
border-color css
<style>
span { border-color: #255D60; }
span { border-color: rgb(37,93,96); }
td.TdClassName
{
border-color: #255D60;
}
.TagClassName
{
border-color: #255D60;
}
</style>