Shades of Blue Stone #255F63
Tints of Blue Stone #255F63
RGB
CMYK
RGB Variations
Color information
#255F63 (or 0x255F63) is known color: Blue Stone. HEX triplet: 25, 5F and 63. RGB value is (37,95,99). Sum of RGB (Red+Green+Blue) = 37+95+99=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #255F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F63 is #DAA09C. Grayscale: #4E4E4E. Windows color (decimal): -14327965 or 6512421. OLE color: 6512421.
HSL color Cylindrical-coordinate representation of color #255F63: hue angle of 183.87º 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 #255F63 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 95 | 99 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.61 |
| HSL | 183.87º | 0.46% | 0.27% | - |
| HSV(B) | 183.87º | 0.63% | 0.39% | - |
| XYZ | 7.11 | 9.48 | 13.26 | - |
| YUV | 78.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 99 | 0.63 | 0.04 | 0 | 0.61 | 183.87 | 0.46 | 0.27 |
| Hex | 25 | 5F | 63 | 3F | 4 | 0 | 3D | B8 | 2E | 1B |
| Octal | 45 | 137 | 143 | 77 | 4 | 0 | 75 | 270 | 56 | 33 |
| Binary | 100101 | 1011111 | 1100011 | 111111 | 100 | 0 | 111101 | 10111000 | 101110 | 11011 |
Color Harmonies of #255F63
Complementary color
Monochromatic Colors of #255F63
Black with #255F63
Text Example
Text Example
White with #255F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F63; }
p { color: rgb(37,95,99); }
H1.HeaderClassName
{
color: #255F63;
}
.AnyTagClassName
{
color: #255F63;
}
</style>
background-color css
<style>
a { background-color: #255F63; }
a { background-color: rgb(37,95,99); }
div.DivClassName
{
background-color: #255F63;
}
.BgClassName
{
background-color: #255F63;
}
</style>
border-color css
<style>
span { border-color: #255F63; }
span { border-color: rgb(37,95,99); }
td.TdClassName
{
border-color: #255F63;
}
.TagClassName
{
border-color: #255F63;
}
</style>