Shades of Kelp #53593D
Tints of Kelp #53593D
RGB
CMYK
RGB Variations
Color information
#53593D (or 0x53593D) is known color: Kelp. HEX triplet: 53, 59 and 3D. RGB value is (83,89,61). Sum of RGB (Red+Green+Blue) = 83+89+61=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #53593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53593D is #ACA6C2. Grayscale: #545454. Windows color (decimal): -11314883 or 4020563. OLE color: 4020563.
HSL color Cylindrical-coordinate representation of color #53593D: hue angle of 72.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53593D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 61 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.65 |
| HSL | 72.86º | 0.19% | 0.29% | - |
| HSV(B) | 72.86º | 0.31% | 0.35% | - |
| XYZ | 7.98 | 9.32 | 5.79 | - |
| YUV | 84.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 61 | 0.07 | 0 | 0.31 | 0.65 | 72.86 | 0.19 | 0.29 |
| Hex | 53 | 59 | 3D | 7 | 0 | 1F | 41 | 49 | 13 | 1D |
| Octal | 123 | 131 | 75 | 7 | 0 | 37 | 101 | 111 | 23 | 35 |
| Binary | 1010011 | 1011001 | 111101 | 111 | 0 | 11111 | 1000001 | 1001001 | 10011 | 11101 |
Color Harmonies of #53593D
Complementary color
Monochromatic Colors of #53593D
Black with #53593D
Text Example
Text Example
White with #53593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53593D; }
p { color: rgb(83,89,61); }
H1.HeaderClassName
{
color: #53593D;
}
.AnyTagClassName
{
color: #53593D;
}
</style>
background-color css
<style>
a { background-color: #53593D; }
a { background-color: rgb(83,89,61); }
div.DivClassName
{
background-color: #53593D;
}
.BgClassName
{
background-color: #53593D;
}
</style>
border-color css
<style>
span { border-color: #53593D; }
span { border-color: rgb(83,89,61); }
td.TdClassName
{
border-color: #53593D;
}
.TagClassName
{
border-color: #53593D;
}
</style>