Shades of Como #53805C
Tints of Como #53805C
RGB
CMYK
RGB Variations
Color information
#53805C (or 0x53805C) is known color: Como. HEX triplet: 53, 80 and 5C. RGB value is (83,128,92). Sum of RGB (Red+Green+Blue) = 83+128+92=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #53805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53805C is #AC7FA3. Grayscale: #6E6E6E. Windows color (decimal): -11304868 or 6062163. OLE color: 6062163.
HSL color Cylindrical-coordinate representation of color #53805C: hue angle of 132º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53805C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 92 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.50 |
| HSL | 132º | 0.21% | 0.41% | - |
| HSV(B) | 132º | 0.35% | 0.5% | - |
| XYZ | 13.22 | 18.05 | 12.91 | - |
| YUV | 110.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 92 | 0.35 | 0 | 0.28 | 0.50 | 132 | 0.21 | 0.41 |
| Hex | 53 | 80 | 5C | 23 | 0 | 1C | 32 | 84 | 15 | 29 |
| Octal | 123 | 200 | 134 | 43 | 0 | 34 | 62 | 204 | 25 | 51 |
| Binary | 1010011 | 10000000 | 1011100 | 100011 | 0 | 11100 | 110010 | 10000100 | 10101 | 101001 |
Color Harmonies of #53805C
Complementary color
Monochromatic Colors of #53805C
Black with #53805C
Text Example
Text Example
White with #53805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53805C; }
p { color: rgb(83,128,92); }
H1.HeaderClassName
{
color: #53805C;
}
.AnyTagClassName
{
color: #53805C;
}
</style>
background-color css
<style>
a { background-color: #53805C; }
a { background-color: rgb(83,128,92); }
div.DivClassName
{
background-color: #53805C;
}
.BgClassName
{
background-color: #53805C;
}
</style>
border-color css
<style>
span { border-color: #53805C; }
span { border-color: rgb(83,128,92); }
td.TdClassName
{
border-color: #53805C;
}
.TagClassName
{
border-color: #53805C;
}
</style>