Shades of Kelp #53553E
Tints of Kelp #53553E
RGB
CMYK
RGB Variations
Color information
#53553E (or 0x53553E) is known color: Kelp. HEX triplet: 53, 55 and 3E. RGB value is (83,85,62). Sum of RGB (Red+Green+Blue) = 83+85+62=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #53553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53553E is #ACAAC1. Grayscale: #515151. Windows color (decimal): -11315906 or 4085075. OLE color: 4085075.
HSL color Cylindrical-coordinate representation of color #53553E: hue angle of 65.22º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53553E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 62 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.67 |
| HSL | 65.22º | 0.16% | 0.29% | - |
| HSV(B) | 65.22º | 0.27% | 0.33% | - |
| XYZ | 7.69 | 8.68 | 5.83 | - |
| YUV | 81.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 62 | 0.02 | 0 | 0.27 | 0.67 | 65.22 | 0.16 | 0.29 |
| Hex | 53 | 55 | 3E | 2 | 0 | 1B | 43 | 41 | 10 | 1D |
| Octal | 123 | 125 | 76 | 2 | 0 | 33 | 103 | 101 | 20 | 35 |
| Binary | 1010011 | 1010101 | 111110 | 10 | 0 | 11011 | 1000011 | 1000001 | 10000 | 11101 |
Color Harmonies of #53553E
Complementary color
Monochromatic Colors of #53553E
Black with #53553E
Text Example
Text Example
White with #53553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53553E; }
p { color: rgb(83,85,62); }
H1.HeaderClassName
{
color: #53553E;
}
.AnyTagClassName
{
color: #53553E;
}
</style>
background-color css
<style>
a { background-color: #53553E; }
a { background-color: rgb(83,85,62); }
div.DivClassName
{
background-color: #53553E;
}
.BgClassName
{
background-color: #53553E;
}
</style>
border-color css
<style>
span { border-color: #53553E; }
span { border-color: rgb(83,85,62); }
td.TdClassName
{
border-color: #53553E;
}
.TagClassName
{
border-color: #53553E;
}
</style>