Shades of Blue Stone #255D5C
Tints of Blue Stone #255D5C
RGB
CMYK
RGB Variations
Color information
#255D5C (or 0x255D5C) is known color: Blue Stone. HEX triplet: 25, 5D and 5C. RGB value is (37,93,92). Sum of RGB (Red+Green+Blue) = 37+93+92=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #255D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D5C is #DAA2A3. Grayscale: #4C4C4C. Windows color (decimal): -14328484 or 6053157. OLE color: 6053157.
HSL color Cylindrical-coordinate representation of color #255D5C: hue angle of 178.93º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D5C is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 92 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.64 |
| HSL | 178.93º | 0.43% | 0.25% | - |
| HSV(B) | 178.93º | 0.6% | 0.36% | - |
| XYZ | 6.61 | 8.99 | 11.51 | - |
| YUV | 76.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 92 | 0.60 | 0 | 0.01 | 0.64 | 178.93 | 0.43 | 0.25 |
| Hex | 25 | 5D | 5C | 3C | 0 | 1 | 40 | B3 | 2B | 19 |
| Octal | 45 | 135 | 134 | 74 | 0 | 1 | 100 | 263 | 53 | 31 |
| Binary | 100101 | 1011101 | 1011100 | 111100 | 0 | 1 | 1000000 | 10110011 | 101011 | 11001 |
Color Harmonies of #255D5C
Complementary color
Monochromatic Colors of #255D5C
Black with #255D5C
Text Example
Text Example
White with #255D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D5C; }
p { color: rgb(37,93,92); }
H1.HeaderClassName
{
color: #255D5C;
}
.AnyTagClassName
{
color: #255D5C;
}
</style>
background-color css
<style>
a { background-color: #255D5C; }
a { background-color: rgb(37,93,92); }
div.DivClassName
{
background-color: #255D5C;
}
.BgClassName
{
background-color: #255D5C;
}
</style>
border-color css
<style>
span { border-color: #255D5C; }
span { border-color: rgb(37,93,92); }
td.TdClassName
{
border-color: #255D5C;
}
.TagClassName
{
border-color: #255D5C;
}
</style>