#545542

Color #545542 Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #545542

Tints of Kelp #545542

Color information

#545542 (or 0x545542) is unknown color: approx Kelp. HEX triplet: 54, 55 and 42. RGB value is (84,85,66). Sum of RGB (Red+Green+Blue) = 84+85+66=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #545542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545542 is #ABAABD. Grayscale: #525252. Windows color (decimal): -11250366 or 4347220. OLE color: 4347220.

HSL color Cylindrical-coordinate representation of color #545542: hue angle of 63.16º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #545542 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB848566-
CMYK0.0100.220.67
HSL63.16º12.58%29.61%-
HSV(B)63.16º22.35%33.33%-
XYZ7.898.786.43-
YUV82.54118.67129.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=35.74%
G=36.17%
B=28.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485660.0100.220.6763.1612.5829.61
Hex5455421016433fd1e
Octal1241251021026103771536
Binary10101001010101100001010101101000011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545542; }

 p { color: rgb(84,85,66); }

 H1.HeaderClassName
 {
   color: #545542;
 }
 .AnyTagClassName
 {
   color: #545542;
 }
</style>
background-color css

<style>
 a { background-color: #545542; }

 a { background-color: rgb(84,85,66); }

 div.DivClassName
 {
   background-color: #545542;
 }
 .BgClassName
 {
   background-color: #545542;
 }
</style>
border-color css

<style>
 span { border-color: #545542; }

 span { border-color: rgb(84,85,66); }

 td.TdClassName
 {
   border-color: #545542;
 }
 .TagClassName
 {
   border-color: #545542;
 }
</style>