Shades of Kelp #53593B
Tints of Kelp #53593B
RGB
CMYK
RGB Variations
Color information
#53593B (or 0x53593B) is known color: Kelp. HEX triplet: 53, 59 and 3B. RGB value is (83,89,59). Sum of RGB (Red+Green+Blue) = 83+89+59=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #53593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53593B is #ACA6C4. Grayscale: #535353. Windows color (decimal): -11314885 or 3889491. OLE color: 3889491.
HSL color Cylindrical-coordinate representation of color #53593B: hue angle of 72º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53593B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 59 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.65 |
| HSL | 72º | 0.2% | 0.29% | - |
| HSV(B) | 72º | 0.34% | 0.35% | - |
| XYZ | 7.93 | 9.3 | 5.51 | - |
| YUV | 83.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 59 | 0.07 | 0 | 0.34 | 0.65 | 72 | 0.2 | 0.29 |
| Hex | 53 | 59 | 3B | 7 | 0 | 22 | 41 | 48 | 14 | 1D |
| Octal | 123 | 131 | 73 | 7 | 0 | 42 | 101 | 110 | 24 | 35 |
| Binary | 1010011 | 1011001 | 111011 | 111 | 0 | 100010 | 1000001 | 1001000 | 10100 | 11101 |
Color Harmonies of #53593B
Complementary color
Monochromatic Colors of #53593B
Black with #53593B
Text Example
Text Example
White with #53593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53593B; }
p { color: rgb(83,89,59); }
H1.HeaderClassName
{
color: #53593B;
}
.AnyTagClassName
{
color: #53593B;
}
</style>
background-color css
<style>
a { background-color: #53593B; }
a { background-color: rgb(83,89,59); }
div.DivClassName
{
background-color: #53593B;
}
.BgClassName
{
background-color: #53593B;
}
</style>
border-color css
<style>
span { border-color: #53593B; }
span { border-color: rgb(83,89,59); }
td.TdClassName
{
border-color: #53593B;
}
.TagClassName
{
border-color: #53593B;
}
</style>