#545842

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

Shades of Kelp #545842

Tints of Kelp #545842

Color information

#545842 (or 0x545842) is unknown color: approx Kelp. HEX triplet: 54, 58 and 42. RGB value is (84,88,66). Sum of RGB (Red+Green+Blue) = 84+88+66=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #545842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545842 is #ABA7BD. Grayscale: #545454. Windows color (decimal): -11249598 or 4347988. OLE color: 4347988.

HSL color Cylindrical-coordinate representation of color #545842: hue angle of 70.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545842 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB848866-
CMYK0.0500.250.65
HSL70.91º14.29%30.2%-
HSV(B)70.91º25%34.51%-
XYZ8.139.266.51-
YUV84.3117.67127.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=35.29%
G=36.97%
B=27.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488660.0500.250.6570.9114.2930.2
Hex54584250194147e1e
Octal12413010250311011071636
Binary10101001011000100001010101100110000011000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545842; }

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

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

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

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

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

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

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

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