Shades of Blue Stone #255B5B
Tints of Blue Stone #255B5B
RGB
CMYK
RGB Variations
Color information
#255B5B (or 0x255B5B) is known color: Blue Stone. HEX triplet: 25, 5B and 5B. RGB value is (37,91,91). Sum of RGB (Red+Green+Blue) = 37+91+91=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #255B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B5B is #DAA4A4. Grayscale: #4A4A4A. Windows color (decimal): -14328997 or 5987109. OLE color: 5987109.
HSL color Cylindrical-coordinate representation of color #255B5B: hue angle of 180º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255B5B is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 91 | 91 | - |
| CMYK | 0.59 | 0 | 0 | 0.64 |
| HSL | 180º | 0.42% | 0.25% | - |
| HSV(B) | 180º | 0.59% | 0.36% | - |
| XYZ | 6.39 | 8.63 | 11.23 | - |
| YUV | 74.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 91 | 0.59 | 0 | 0 | 0.64 | 180 | 0.42 | 0.25 |
| Hex | 25 | 5B | 5B | 3B | 0 | 0 | 40 | B4 | 2A | 19 |
| Octal | 45 | 133 | 133 | 73 | 0 | 0 | 100 | 264 | 52 | 31 |
| Binary | 100101 | 1011011 | 1011011 | 111011 | 0 | 0 | 1000000 | 10110100 | 101010 | 11001 |
Color Harmonies of #255B5B
Complementary color
Monochromatic Colors of #255B5B
Black with #255B5B
Text Example
Text Example
White with #255B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B5B; }
p { color: rgb(37,91,91); }
H1.HeaderClassName
{
color: #255B5B;
}
.AnyTagClassName
{
color: #255B5B;
}
</style>
background-color css
<style>
a { background-color: #255B5B; }
a { background-color: rgb(37,91,91); }
div.DivClassName
{
background-color: #255B5B;
}
.BgClassName
{
background-color: #255B5B;
}
</style>
border-color css
<style>
span { border-color: #255B5B; }
span { border-color: rgb(37,91,91); }
td.TdClassName
{
border-color: #255B5B;
}
.TagClassName
{
border-color: #255B5B;
}
</style>