Shades of River Bed #555F62
Tints of River Bed #555F62
RGB
CMYK
RGB Variations
Color information
#555F62 (or 0x555F62) is known color: River Bed. HEX triplet: 55, 5F and 62. RGB value is (85,95,98). Sum of RGB (Red+Green+Blue) = 85+95+98=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 98 - color contains mainly: blue. Hex color #555F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F62 is #AAA09D. Grayscale: #5C5C5C. Windows color (decimal): -11182238 or 6446933. OLE color: 6446933.
HSL color Cylindrical-coordinate representation of color #555F62: hue angle of 193.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #555F62 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 95 | 98 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.62 |
| HSL | 193.85º | 0.07% | 0.36% | - |
| HSV(B) | 193.85º | 0.13% | 0.38% | - |
| XYZ | 10.04 | 11 | 13.15 | - |
| YUV | 92.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 98 | 0.13 | 0.03 | 0 | 0.62 | 193.85 | 0.07 | 0.36 |
| Hex | 55 | 5F | 62 | D | 3 | 0 | 3E | C2 | 7 | 24 |
| Octal | 125 | 137 | 142 | 15 | 3 | 0 | 76 | 302 | 7 | 44 |
| Binary | 1010101 | 1011111 | 1100010 | 1101 | 11 | 0 | 111110 | 11000010 | 111 | 100100 |
Color Harmonies of #555F62
Complementary color
Monochromatic Colors of #555F62
Black with #555F62
Text Example
Text Example
White with #555F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F62; }
p { color: rgb(85,95,98); }
H1.HeaderClassName
{
color: #555F62;
}
.AnyTagClassName
{
color: #555F62;
}
</style>
background-color css
<style>
a { background-color: #555F62; }
a { background-color: rgb(85,95,98); }
div.DivClassName
{
background-color: #555F62;
}
.BgClassName
{
background-color: #555F62;
}
</style>
border-color css
<style>
span { border-color: #555F62; }
span { border-color: rgb(85,95,98); }
td.TdClassName
{
border-color: #555F62;
}
.TagClassName
{
border-color: #555F62;
}
</style>