Shades of Kelp #565A3C
Tints of Kelp #565A3C
RGB
CMYK
RGB Variations
Color information
#565A3C (or 0x565A3C) is known color: Kelp. HEX triplet: 56, 5A and 3C. RGB value is (86,90,60). Sum of RGB (Red+Green+Blue) = 86+90+60=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #565A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A3C is #A9A5C3. Grayscale: #555555. Windows color (decimal): -11118020 or 3955286. OLE color: 3955286.
HSL color Cylindrical-coordinate representation of color #565A3C: hue angle of 68º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565A3C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 60 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.65 |
| HSL | 68º | 0.2% | 0.29% | - |
| HSV(B) | 68º | 0.33% | 0.35% | - |
| XYZ | 8.31 | 9.62 | 5.69 | - |
| YUV | 85.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 60 | 0.04 | 0 | 0.33 | 0.65 | 68 | 0.2 | 0.29 |
| Hex | 56 | 5A | 3C | 4 | 0 | 21 | 41 | 44 | 14 | 1D |
| Octal | 126 | 132 | 74 | 4 | 0 | 41 | 101 | 104 | 24 | 35 |
| Binary | 1010110 | 1011010 | 111100 | 100 | 0 | 100001 | 1000001 | 1000100 | 10100 | 11101 |
Color Harmonies of #565A3C
Complementary color
Monochromatic Colors of #565A3C
Black with #565A3C
Text Example
Text Example
White with #565A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A3C; }
p { color: rgb(86,90,60); }
H1.HeaderClassName
{
color: #565A3C;
}
.AnyTagClassName
{
color: #565A3C;
}
</style>
background-color css
<style>
a { background-color: #565A3C; }
a { background-color: rgb(86,90,60); }
div.DivClassName
{
background-color: #565A3C;
}
.BgClassName
{
background-color: #565A3C;
}
</style>
border-color css
<style>
span { border-color: #565A3C; }
span { border-color: rgb(86,90,60); }
td.TdClassName
{
border-color: #565A3C;
}
.TagClassName
{
border-color: #565A3C;
}
</style>