Shades of Como #53825D
Tints of Como #53825D
RGB
CMYK
RGB Variations
Color information
#53825D (or 0x53825D) is known color: Como. HEX triplet: 53, 82 and 5D. RGB value is (83,130,93). Sum of RGB (Red+Green+Blue) = 83+130+93=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #53825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53825D is #AC7DA2. Grayscale: #6F6F6F. Windows color (decimal): -11304355 or 6128211. OLE color: 6128211.
HSL color Cylindrical-coordinate representation of color #53825D: hue angle of 132.77º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53825D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 93 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.49 |
| HSL | 132.77º | 0.22% | 0.42% | - |
| HSV(B) | 132.77º | 0.36% | 0.51% | - |
| XYZ | 13.53 | 18.59 | 13.23 | - |
| YUV | 111.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 93 | 0.36 | 0 | 0.28 | 0.49 | 132.77 | 0.22 | 0.42 |
| Hex | 53 | 82 | 5D | 24 | 0 | 1C | 31 | 85 | 16 | 2A |
| Octal | 123 | 202 | 135 | 44 | 0 | 34 | 61 | 205 | 26 | 52 |
| Binary | 1010011 | 10000010 | 1011101 | 100100 | 0 | 11100 | 110001 | 10000101 | 10110 | 101010 |
Color Harmonies of #53825D
Complementary color
Monochromatic Colors of #53825D
Black with #53825D
Text Example
Text Example
White with #53825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53825D; }
p { color: rgb(83,130,93); }
H1.HeaderClassName
{
color: #53825D;
}
.AnyTagClassName
{
color: #53825D;
}
</style>
background-color css
<style>
a { background-color: #53825D; }
a { background-color: rgb(83,130,93); }
div.DivClassName
{
background-color: #53825D;
}
.BgClassName
{
background-color: #53825D;
}
</style>
border-color css
<style>
span { border-color: #53825D; }
span { border-color: rgb(83,130,93); }
td.TdClassName
{
border-color: #53825D;
}
.TagClassName
{
border-color: #53825D;
}
</style>