Shades of Como #53895C
Tints of Como #53895C
RGB
CMYK
RGB Variations
Color information
#53895C (or 0x53895C) is known color: Como. HEX triplet: 53, 89 and 5C. RGB value is (83,137,92). Sum of RGB (Red+Green+Blue) = 83+137+92=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #53895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53895C is #AC76A3. Grayscale: #737373. Windows color (decimal): -11302564 or 6064467. OLE color: 6064467.
HSL color Cylindrical-coordinate representation of color #53895C: hue angle of 130º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53895C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 92 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.46 |
| HSL | 130º | 0.25% | 0.43% | - |
| HSV(B) | 130º | 0.39% | 0.54% | - |
| XYZ | 14.44 | 20.5 | 13.32 | - |
| YUV | 115.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 92 | 0.39 | 0 | 0.33 | 0.46 | 130 | 0.25 | 0.43 |
| Hex | 53 | 89 | 5C | 27 | 0 | 21 | 2E | 82 | 19 | 2B |
| Octal | 123 | 211 | 134 | 47 | 0 | 41 | 56 | 202 | 31 | 53 |
| Binary | 1010011 | 10001001 | 1011100 | 100111 | 0 | 100001 | 101110 | 10000010 | 11001 | 101011 |
Color Harmonies of #53895C
Complementary color
Monochromatic Colors of #53895C
Black with #53895C
Text Example
Text Example
White with #53895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53895C; }
p { color: rgb(83,137,92); }
H1.HeaderClassName
{
color: #53895C;
}
.AnyTagClassName
{
color: #53895C;
}
</style>
background-color css
<style>
a { background-color: #53895C; }
a { background-color: rgb(83,137,92); }
div.DivClassName
{
background-color: #53895C;
}
.BgClassName
{
background-color: #53895C;
}
</style>
border-color css
<style>
span { border-color: #53895C; }
span { border-color: rgb(83,137,92); }
td.TdClassName
{
border-color: #53895C;
}
.TagClassName
{
border-color: #53895C;
}
</style>