Shades of Kelp #545A3A
Tints of Kelp #545A3A
RGB
CMYK
RGB Variations
Color information
#545A3A (or 0x545A3A) is known color: Kelp. HEX triplet: 54, 5A and 3A. RGB value is (84,90,58). Sum of RGB (Red+Green+Blue) = 84+90+58=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #545A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A3A is #ABA5C5. Grayscale: #545454. Windows color (decimal): -11249094 or 3824212. OLE color: 3824212.
HSL color Cylindrical-coordinate representation of color #545A3A: hue angle of 71.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545A3A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 58 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.65 |
| HSL | 71.25º | 0.22% | 0.29% | - |
| HSV(B) | 71.25º | 0.36% | 0.35% | - |
| XYZ | 8.08 | 9.5 | 5.41 | - |
| YUV | 84.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 58 | 0.07 | 0 | 0.36 | 0.65 | 71.25 | 0.22 | 0.29 |
| Hex | 54 | 5A | 3A | 7 | 0 | 24 | 41 | 47 | 16 | 1D |
| Octal | 124 | 132 | 72 | 7 | 0 | 44 | 101 | 107 | 26 | 35 |
| Binary | 1010100 | 1011010 | 111010 | 111 | 0 | 100100 | 1000001 | 1000111 | 10110 | 11101 |
Color Harmonies of #545A3A
Complementary color
Monochromatic Colors of #545A3A
Black with #545A3A
Text Example
Text Example
White with #545A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A3A; }
p { color: rgb(84,90,58); }
H1.HeaderClassName
{
color: #545A3A;
}
.AnyTagClassName
{
color: #545A3A;
}
</style>
background-color css
<style>
a { background-color: #545A3A; }
a { background-color: rgb(84,90,58); }
div.DivClassName
{
background-color: #545A3A;
}
.BgClassName
{
background-color: #545A3A;
}
</style>
border-color css
<style>
span { border-color: #545A3A; }
span { border-color: rgb(84,90,58); }
td.TdClassName
{
border-color: #545A3A;
}
.TagClassName
{
border-color: #545A3A;
}
</style>