Shades of Kelp #53553B
Tints of Kelp #53553B
RGB
CMYK
RGB Variations
Color information
#53553B (or 0x53553B) is known color: Kelp. HEX triplet: 53, 55 and 3B. RGB value is (83,85,59). Sum of RGB (Red+Green+Blue) = 83+85+59=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #53553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53553B is #ACAAC4. Grayscale: #515151. Windows color (decimal): -11315909 or 3888467. OLE color: 3888467.
HSL color Cylindrical-coordinate representation of color #53553B: hue angle of 64.62º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53553B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 59 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.67 |
| HSL | 64.62º | 0.18% | 0.28% | - |
| HSV(B) | 64.62º | 0.31% | 0.33% | - |
| XYZ | 7.61 | 8.65 | 5.41 | - |
| YUV | 81.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 59 | 0.02 | 0 | 0.31 | 0.67 | 64.62 | 0.18 | 0.28 |
| Hex | 53 | 55 | 3B | 2 | 0 | 1F | 43 | 41 | 12 | 1C |
| Octal | 123 | 125 | 73 | 2 | 0 | 37 | 103 | 101 | 22 | 34 |
| Binary | 1010011 | 1010101 | 111011 | 10 | 0 | 11111 | 1000011 | 1000001 | 10010 | 11100 |
Color Harmonies of #53553B
Complementary color
Monochromatic Colors of #53553B
Black with #53553B
Text Example
Text Example
White with #53553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53553B; }
p { color: rgb(83,85,59); }
H1.HeaderClassName
{
color: #53553B;
}
.AnyTagClassName
{
color: #53553B;
}
</style>
background-color css
<style>
a { background-color: #53553B; }
a { background-color: rgb(83,85,59); }
div.DivClassName
{
background-color: #53553B;
}
.BgClassName
{
background-color: #53553B;
}
</style>
border-color css
<style>
span { border-color: #53553B; }
span { border-color: rgb(83,85,59); }
td.TdClassName
{
border-color: #53553B;
}
.TagClassName
{
border-color: #53553B;
}
</style>