#545540

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

Shades of Kelp #545540

Tints of Kelp #545540

Color information

#545540 (or 0x545540) is unknown color: approx Kelp. HEX triplet: 54, 55 and 40. RGB value is (84,85,64). Sum of RGB (Red+Green+Blue) = 84+85+64=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #545540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545540 is #ABAABF. Grayscale: #525252. Windows color (decimal): -11250368 or 4216148. OLE color: 4216148.

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

Color convert

RGB848564-
CMYK0.0100.250.67
HSL62.86º14.09%29.22%-
HSV(B)62.86º24.71%33.33%-
XYZ7.838.756.13-
YUV82.31117.67129.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=36.05%
G=36.48%
B=27.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485640.0100.250.6762.8614.0929.22
Hex5455401019433fe1d
Octal1241251001031103771635
Binary10101001010101100000010110011000011111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545540; }

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

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

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

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

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

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

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

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