Shades of River Bed #536363
Tints of River Bed #536363
RGB
CMYK
RGB Variations
Color information
#536363 (or 0x536363) is known color: River Bed. HEX triplet: 53, 63 and 63. RGB value is (83,99,99). Sum of RGB (Red+Green+Blue) = 83+99+99=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #536363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536363 is #AC9C9C. Grayscale: #5E5E5E. Windows color (decimal): -11312285 or 6513491. OLE color: 6513491.
HSL color Cylindrical-coordinate representation of color #536363: hue angle of 180º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536363 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 99 | - |
| CMYK | 0.16 | 0 | 0 | 0.61 |
| HSL | 180º | 0.09% | 0.36% | - |
| HSV(B) | 180º | 0.16% | 0.39% | - |
| XYZ | 10.28 | 11.66 | 13.51 | - |
| YUV | 94.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 99 | 0.16 | 0 | 0 | 0.61 | 180 | 0.09 | 0.36 |
| Hex | 53 | 63 | 63 | 10 | 0 | 0 | 3D | B4 | 9 | 24 |
| Octal | 123 | 143 | 143 | 20 | 0 | 0 | 75 | 264 | 11 | 44 |
| Binary | 1010011 | 1100011 | 1100011 | 10000 | 0 | 0 | 111101 | 10110100 | 1001 | 100100 |
Color Harmonies of #536363
Complementary color
Monochromatic Colors of #536363
Black with #536363
Text Example
Text Example
White with #536363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536363; }
p { color: rgb(83,99,99); }
H1.HeaderClassName
{
color: #536363;
}
.AnyTagClassName
{
color: #536363;
}
</style>
background-color css
<style>
a { background-color: #536363; }
a { background-color: rgb(83,99,99); }
div.DivClassName
{
background-color: #536363;
}
.BgClassName
{
background-color: #536363;
}
</style>
border-color css
<style>
span { border-color: #536363; }
span { border-color: rgb(83,99,99); }
td.TdClassName
{
border-color: #536363;
}
.TagClassName
{
border-color: #536363;
}
</style>