Shades of Blue Stone #255F66
Tints of Blue Stone #255F66
RGB
CMYK
RGB Variations
Color information
#255F66 (or 0x255F66) is known color: Blue Stone. HEX triplet: 25, 5F and 66. RGB value is (37,95,102). Sum of RGB (Red+Green+Blue) = 37+95+102=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #255F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F66 is #DAA099. Grayscale: #4E4E4E. Windows color (decimal): -14327962 or 6709029. OLE color: 6709029.
HSL color Cylindrical-coordinate representation of color #255F66: hue angle of 186.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255F66 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 95 | 102 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.6 |
| HSL | 186.46º | 0.47% | 0.27% | - |
| HSV(B) | 186.46º | 0.64% | 0.4% | - |
| XYZ | 7.25 | 9.54 | 14.03 | - |
| YUV | 78.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 102 | 0.64 | 0.07 | 0 | 0.6 | 186.46 | 0.47 | 0.27 |
| Hex | 25 | 5F | 66 | 40 | 7 | 0 | 3C | BA | 2F | 1B |
| Octal | 45 | 137 | 146 | 100 | 7 | 0 | 74 | 272 | 57 | 33 |
| Binary | 100101 | 1011111 | 1100110 | 1000000 | 111 | 0 | 111100 | 10111010 | 101111 | 11011 |
Color Harmonies of #255F66
Complementary color
Monochromatic Colors of #255F66
Black with #255F66
Text Example
Text Example
White with #255F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F66; }
p { color: rgb(37,95,102); }
H1.HeaderClassName
{
color: #255F66;
}
.AnyTagClassName
{
color: #255F66;
}
</style>
background-color css
<style>
a { background-color: #255F66; }
a { background-color: rgb(37,95,102); }
div.DivClassName
{
background-color: #255F66;
}
.BgClassName
{
background-color: #255F66;
}
</style>
border-color css
<style>
span { border-color: #255F66; }
span { border-color: rgb(37,95,102); }
td.TdClassName
{
border-color: #255F66;
}
.TagClassName
{
border-color: #255F66;
}
</style>