Shades of Blue Stone #255B60
Tints of Blue Stone #255B60
RGB
CMYK
RGB Variations
Color information
#255B60 (or 0x255B60) is known color: Blue Stone. HEX triplet: 25, 5B and 60. RGB value is (37,91,96). Sum of RGB (Red+Green+Blue) = 37+91+96=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #255B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B60 is #DAA49F. Grayscale: #4B4B4B. Windows color (decimal): -14328992 or 6314789. OLE color: 6314789.
HSL color Cylindrical-coordinate representation of color #255B60: hue angle of 185.08º 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 #255B60 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 91 | 96 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.62 |
| HSL | 185.08º | 0.44% | 0.26% | - |
| HSV(B) | 185.08º | 0.61% | 0.38% | - |
| XYZ | 6.62 | 8.72 | 12.4 | - |
| YUV | 75.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 96 | 0.61 | 0.05 | 0 | 0.62 | 185.08 | 0.44 | 0.26 |
| Hex | 25 | 5B | 60 | 3D | 5 | 0 | 3E | B9 | 2C | 1A |
| Octal | 45 | 133 | 140 | 75 | 5 | 0 | 76 | 271 | 54 | 32 |
| Binary | 100101 | 1011011 | 1100000 | 111101 | 101 | 0 | 111110 | 10111001 | 101100 | 11010 |
Color Harmonies of #255B60
Complementary color
Monochromatic Colors of #255B60
Black with #255B60
Text Example
Text Example
White with #255B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B60; }
p { color: rgb(37,91,96); }
H1.HeaderClassName
{
color: #255B60;
}
.AnyTagClassName
{
color: #255B60;
}
</style>
background-color css
<style>
a { background-color: #255B60; }
a { background-color: rgb(37,91,96); }
div.DivClassName
{
background-color: #255B60;
}
.BgClassName
{
background-color: #255B60;
}
</style>
border-color css
<style>
span { border-color: #255B60; }
span { border-color: rgb(37,91,96); }
td.TdClassName
{
border-color: #255B60;
}
.TagClassName
{
border-color: #255B60;
}
</style>