Shades of Blue Stone #255D65
Tints of Blue Stone #255D65
RGB
CMYK
RGB Variations
Color information
#255D65 (or 0x255D65) is known color: Blue Stone. HEX triplet: 25, 5D and 65. RGB value is (37,93,101). Sum of RGB (Red+Green+Blue) = 37+93+101=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #255D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D65 is #DAA29A. Grayscale: #4D4D4D. Windows color (decimal): -14328475 or 6642981. OLE color: 6642981.
HSL color Cylindrical-coordinate representation of color #255D65: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255D65 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 93 | 101 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.60 |
| HSL | 187.5º | 0.46% | 0.27% | - |
| HSV(B) | 187.5º | 0.63% | 0.4% | - |
| XYZ | 7.03 | 9.16 | 13.71 | - |
| YUV | 77.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 101 | 0.63 | 0.08 | 0 | 0.60 | 187.5 | 0.46 | 0.27 |
| Hex | 25 | 5D | 65 | 3F | 8 | 0 | 3C | BC | 2E | 1B |
| Octal | 45 | 135 | 145 | 77 | 10 | 0 | 74 | 274 | 56 | 33 |
| Binary | 100101 | 1011101 | 1100101 | 111111 | 1000 | 0 | 111100 | 10111100 | 101110 | 11011 |
Color Harmonies of #255D65
Complementary color
Monochromatic Colors of #255D65
Black with #255D65
Text Example
Text Example
White with #255D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D65; }
p { color: rgb(37,93,101); }
H1.HeaderClassName
{
color: #255D65;
}
.AnyTagClassName
{
color: #255D65;
}
</style>
background-color css
<style>
a { background-color: #255D65; }
a { background-color: rgb(37,93,101); }
div.DivClassName
{
background-color: #255D65;
}
.BgClassName
{
background-color: #255D65;
}
</style>
border-color css
<style>
span { border-color: #255D65; }
span { border-color: rgb(37,93,101); }
td.TdClassName
{
border-color: #255D65;
}
.TagClassName
{
border-color: #255D65;
}
</style>