Shades of River Bed #555C5E
Tints of River Bed #555C5E
RGB
CMYK
RGB Variations
Color information
#555C5E (or 0x555C5E) is known color: River Bed. HEX triplet: 55, 5C and 5E. RGB value is (85,92,94). Sum of RGB (Red+Green+Blue) = 85+92+94=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 94 - color contains mainly: blue. Hex color #555C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C5E is #AAA3A1. Grayscale: #5A5A5A. Windows color (decimal): -11183010 or 6184021. OLE color: 6184021.
HSL color Cylindrical-coordinate representation of color #555C5E: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #555C5E is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 85 | 92 | 94 | - |
CMYK | 0.10 | 0.02 | 0 | 0.63 |
HSL | 193.33º | 0.05% | 0.35% | - |
HSV(B) | 193.33º | 0.1% | 0.37% | - |
XYZ | 9.59 | 10.39 | 12.09 | - |
YUV | 90.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 92 | 94 | 0.10 | 0.02 | 0 | 0.63 | 193.33 | 0.05 | 0.35 |
Hex | 55 | 5C | 5E | A | 2 | 0 | 3F | C1 | 5 | 23 |
Octal | 125 | 134 | 136 | 12 | 2 | 0 | 77 | 301 | 5 | 43 |
Binary | 1010101 | 1011100 | 1011110 | 1010 | 10 | 0 | 111111 | 11000001 | 101 | 100011 |
Color Harmonies of #555C5E
Complementary color
Monochromatic Colors of #555C5E
Black with #555C5E
Text Example
Text Example
White with #555C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C5E; }
p { color: rgb(85,92,94); }
H1.HeaderClassName
{
color: #555C5E;
}
.AnyTagClassName
{
color: #555C5E;
}
</style>
background-color css
<style>
a { background-color: #555C5E; }
a { background-color: rgb(85,92,94); }
div.DivClassName
{
background-color: #555C5E;
}
.BgClassName
{
background-color: #555C5E;
}
</style>
border-color css
<style>
span { border-color: #555C5E; }
span { border-color: rgb(85,92,94); }
td.TdClassName
{
border-color: #555C5E;
}
.TagClassName
{
border-color: #555C5E;
}
</style>