Shades of Kelp #575B3D
Tints of Kelp #575B3D
RGB
CMYK
RGB Variations
Color information
#575B3D (or 0x575B3D) is known color: Kelp. HEX triplet: 57, 5B and 3D. RGB value is (87,91,61). Sum of RGB (Red+Green+Blue) = 87+91+61=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #575B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B3D is #A8A4C2. Grayscale: #565656. Windows color (decimal): -11052227 or 4021079. OLE color: 4021079.
HSL color Cylindrical-coordinate representation of color #575B3D: hue angle of 68º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575B3D is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 61 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.64 |
| HSL | 68º | 0.2% | 0.3% | - |
| HSV(B) | 68º | 0.33% | 0.36% | - |
| XYZ | 8.51 | 9.85 | 5.87 | - |
| YUV | 86.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 61 | 0.04 | 0 | 0.33 | 0.64 | 68 | 0.2 | 0.3 |
| Hex | 57 | 5B | 3D | 4 | 0 | 21 | 40 | 44 | 14 | 1E |
| Octal | 127 | 133 | 75 | 4 | 0 | 41 | 100 | 104 | 24 | 36 |
| Binary | 1010111 | 1011011 | 111101 | 100 | 0 | 100001 | 1000000 | 1000100 | 10100 | 11110 |
Color Harmonies of #575B3D
Complementary color
Monochromatic Colors of #575B3D
Black with #575B3D
Text Example
Text Example
White with #575B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B3D; }
p { color: rgb(87,91,61); }
H1.HeaderClassName
{
color: #575B3D;
}
.AnyTagClassName
{
color: #575B3D;
}
</style>
background-color css
<style>
a { background-color: #575B3D; }
a { background-color: rgb(87,91,61); }
div.DivClassName
{
background-color: #575B3D;
}
.BgClassName
{
background-color: #575B3D;
}
</style>
border-color css
<style>
span { border-color: #575B3D; }
span { border-color: rgb(87,91,61); }
td.TdClassName
{
border-color: #575B3D;
}
.TagClassName
{
border-color: #575B3D;
}
</style>