Shades of Kelp #575A3B
Tints of Kelp #575A3B
RGB
CMYK
RGB Variations
Color information
#575A3B (or 0x575A3B) is known color: Kelp. HEX triplet: 57, 5A and 3B. RGB value is (87,90,59). Sum of RGB (Red+Green+Blue) = 87+90+59=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #575A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A3B is #A8A5C4. Grayscale: #555555. Windows color (decimal): -11052485 or 3889751. OLE color: 3889751.
HSL color Cylindrical-coordinate representation of color #575A3B: hue angle of 65.81º degrees, saturation: 0.21, 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 #575A3B is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 59 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.65 |
| HSL | 65.81º | 0.21% | 0.29% | - |
| HSV(B) | 65.81º | 0.34% | 0.35% | - |
| XYZ | 8.38 | 9.65 | 5.56 | - |
| YUV | 85.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 59 | 0.03 | 0 | 0.34 | 0.65 | 65.81 | 0.21 | 0.29 |
| Hex | 57 | 5A | 3B | 3 | 0 | 22 | 41 | 42 | 15 | 1D |
| Octal | 127 | 132 | 73 | 3 | 0 | 42 | 101 | 102 | 25 | 35 |
| Binary | 1010111 | 1011010 | 111011 | 11 | 0 | 100010 | 1000001 | 1000010 | 10101 | 11101 |
Color Harmonies of #575A3B
Complementary color
Monochromatic Colors of #575A3B
Black with #575A3B
Text Example
Text Example
White with #575A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A3B; }
p { color: rgb(87,90,59); }
H1.HeaderClassName
{
color: #575A3B;
}
.AnyTagClassName
{
color: #575A3B;
}
</style>
background-color css
<style>
a { background-color: #575A3B; }
a { background-color: rgb(87,90,59); }
div.DivClassName
{
background-color: #575A3B;
}
.BgClassName
{
background-color: #575A3B;
}
</style>
border-color css
<style>
span { border-color: #575A3B; }
span { border-color: rgb(87,90,59); }
td.TdClassName
{
border-color: #575A3B;
}
.TagClassName
{
border-color: #575A3B;
}
</style>