Shades of Kelp #575A43
Tints of Kelp #575A43
RGB
CMYK
RGB Variations
Color information
#575A43 (or 0x575A43) is known color: Kelp. HEX triplet: 57, 5A and 43. RGB value is (87,90,67). Sum of RGB (Red+Green+Blue) = 87+90+67=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #575A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A43 is #A8A5BC. Grayscale: #565656. Windows color (decimal): -11052477 or 4414039. OLE color: 4414039.
HSL color Cylindrical-coordinate representation of color #575A43: hue angle of 67.83º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575A43 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 67 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.65 |
| HSL | 67.83º | 0.15% | 0.31% | - |
| HSV(B) | 67.83º | 0.26% | 0.35% | - |
| XYZ | 8.6 | 9.74 | 6.74 | - |
| YUV | 86.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 67 | 0.03 | 0 | 0.26 | 0.65 | 67.83 | 0.15 | 0.31 |
| Hex | 57 | 5A | 43 | 3 | 0 | 1A | 41 | 44 | F | 1F |
| Octal | 127 | 132 | 103 | 3 | 0 | 32 | 101 | 104 | 17 | 37 |
| Binary | 1010111 | 1011010 | 1000011 | 11 | 0 | 11010 | 1000001 | 1000100 | 1111 | 11111 |
Color Harmonies of #575A43
Complementary color
Monochromatic Colors of #575A43
Black with #575A43
Text Example
Text Example
White with #575A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A43; }
p { color: rgb(87,90,67); }
H1.HeaderClassName
{
color: #575A43;
}
.AnyTagClassName
{
color: #575A43;
}
</style>
background-color css
<style>
a { background-color: #575A43; }
a { background-color: rgb(87,90,67); }
div.DivClassName
{
background-color: #575A43;
}
.BgClassName
{
background-color: #575A43;
}
</style>
border-color css
<style>
span { border-color: #575A43; }
span { border-color: rgb(87,90,67); }
td.TdClassName
{
border-color: #575A43;
}
.TagClassName
{
border-color: #575A43;
}
</style>