Shades of Blue Stone #255B63
Tints of Blue Stone #255B63
RGB
CMYK
RGB Variations
Color information
#255B63 (or 0x255B63) is known color: Blue Stone. HEX triplet: 25, 5B and 63. RGB value is (37,91,99). Sum of RGB (Red+Green+Blue) = 37+91+99=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #255B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B63 is #DAA49C. Grayscale: #4B4B4B. Windows color (decimal): -14328989 or 6511397. OLE color: 6511397.
HSL color Cylindrical-coordinate representation of color #255B63: hue angle of 187.74º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255B63 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 91 | 99 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.61 |
| HSL | 187.74º | 0.46% | 0.27% | - |
| HSV(B) | 187.74º | 0.63% | 0.39% | - |
| XYZ | 6.76 | 8.78 | 13.14 | - |
| YUV | 75.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 99 | 0.63 | 0.08 | 0 | 0.61 | 187.74 | 0.46 | 0.27 |
| Hex | 25 | 5B | 63 | 3F | 8 | 0 | 3D | BC | 2E | 1B |
| Octal | 45 | 133 | 143 | 77 | 10 | 0 | 75 | 274 | 56 | 33 |
| Binary | 100101 | 1011011 | 1100011 | 111111 | 1000 | 0 | 111101 | 10111100 | 101110 | 11011 |
Color Harmonies of #255B63
Complementary color
Monochromatic Colors of #255B63
Black with #255B63
Text Example
Text Example
White with #255B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B63; }
p { color: rgb(37,91,99); }
H1.HeaderClassName
{
color: #255B63;
}
.AnyTagClassName
{
color: #255B63;
}
</style>
background-color css
<style>
a { background-color: #255B63; }
a { background-color: rgb(37,91,99); }
div.DivClassName
{
background-color: #255B63;
}
.BgClassName
{
background-color: #255B63;
}
</style>
border-color css
<style>
span { border-color: #255B63; }
span { border-color: rgb(37,91,99); }
td.TdClassName
{
border-color: #255B63;
}
.TagClassName
{
border-color: #255B63;
}
</style>