Shades of River Bed #535B5D
Tints of River Bed #535B5D
RGB
CMYK
RGB Variations
Color information
#535B5D (or 0x535B5D) is known color: River Bed. HEX triplet: 53, 5B and 5D. RGB value is (83,91,93). Sum of RGB (Red+Green+Blue) = 83+91+93=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 93 - color contains mainly: blue. Hex color #535B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B5D is #ACA4A2. Grayscale: #585858. Windows color (decimal): -11314339 or 6118227. OLE color: 6118227.
HSL color Cylindrical-coordinate representation of color #535B5D: hue angle of 192º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535B5D is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 93 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.64 |
| HSL | 192º | 0.06% | 0.35% | - |
| HSV(B) | 192º | 0.11% | 0.36% | - |
| XYZ | 9.28 | 10.11 | 11.82 | - |
| YUV | 88.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 93 | 0.11 | 0.02 | 0 | 0.64 | 192 | 0.06 | 0.35 |
| Hex | 53 | 5B | 5D | B | 2 | 0 | 40 | C0 | 6 | 23 |
| Octal | 123 | 133 | 135 | 13 | 2 | 0 | 100 | 300 | 6 | 43 |
| Binary | 1010011 | 1011011 | 1011101 | 1011 | 10 | 0 | 1000000 | 11000000 | 110 | 100011 |
Color Harmonies of #535B5D
Complementary color
Monochromatic Colors of #535B5D
Black with #535B5D
Text Example
Text Example
White with #535B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B5D; }
p { color: rgb(83,91,93); }
H1.HeaderClassName
{
color: #535B5D;
}
.AnyTagClassName
{
color: #535B5D;
}
</style>
background-color css
<style>
a { background-color: #535B5D; }
a { background-color: rgb(83,91,93); }
div.DivClassName
{
background-color: #535B5D;
}
.BgClassName
{
background-color: #535B5D;
}
</style>
border-color css
<style>
span { border-color: #535B5D; }
span { border-color: rgb(83,91,93); }
td.TdClassName
{
border-color: #535B5D;
}
.TagClassName
{
border-color: #535B5D;
}
</style>