Shades of Kelp #535538
Tints of Kelp #535538
RGB
CMYK
RGB Variations
Color information
#535538 (or 0x535538) is known color: Kelp. HEX triplet: 53, 55 and 38. RGB value is (83,85,56). Sum of RGB (Red+Green+Blue) = 83+85+56=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #535538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535538 is #ACAAC7. Grayscale: #515151. Windows color (decimal): -11315912 or 3691859. OLE color: 3691859.
HSL color Cylindrical-coordinate representation of color #535538: hue angle of 64.14º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #535538 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 56 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.67 |
| HSL | 64.14º | 0.21% | 0.28% | - |
| HSV(B) | 64.14º | 0.34% | 0.33% | - |
| XYZ | 7.53 | 8.62 | 5.01 | - |
| YUV | 81.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 56 | 0.02 | 0 | 0.34 | 0.67 | 64.14 | 0.21 | 0.28 |
| Hex | 53 | 55 | 38 | 2 | 0 | 22 | 43 | 40 | 15 | 1C |
| Octal | 123 | 125 | 70 | 2 | 0 | 42 | 103 | 100 | 25 | 34 |
| Binary | 1010011 | 1010101 | 111000 | 10 | 0 | 100010 | 1000011 | 1000000 | 10101 | 11100 |
Color Harmonies of #535538
Complementary color
Monochromatic Colors of #535538
Black with #535538
Text Example
Text Example
White with #535538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535538; }
p { color: rgb(83,85,56); }
H1.HeaderClassName
{
color: #535538;
}
.AnyTagClassName
{
color: #535538;
}
</style>
background-color css
<style>
a { background-color: #535538; }
a { background-color: rgb(83,85,56); }
div.DivClassName
{
background-color: #535538;
}
.BgClassName
{
background-color: #535538;
}
</style>
border-color css
<style>
span { border-color: #535538; }
span { border-color: rgb(83,85,56); }
td.TdClassName
{
border-color: #535538;
}
.TagClassName
{
border-color: #535538;
}
</style>