#54553E

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

Shades of Kelp #54553E

Tints of Kelp #54553E

Color information

#54553E (or 0x54553E) is unknown color: approx Kelp. HEX triplet: 54, 55 and 3E. RGB value is (84,85,62). Sum of RGB (Red+Green+Blue) = 84+85+62=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #54553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54553E is #ABAAC1. Grayscale: #525252. Windows color (decimal): -11250370 or 4085076. OLE color: 4085076.

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

Color convert

RGB848562-
CMYK0.0100.270.67
HSL62.61º15.65%28.82%-
HSV(B)62.61º27.06%33.33%-
XYZ7.778.735.83-
YUV82.08116.67129.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=36.36%
G=36.80%
B=26.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485620.0100.270.6762.6115.6528.82
Hex54553E101B433f101d
Octal124125761033103772035
Binary10101001010101111110101101110000111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54553E; }

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

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

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

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

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

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

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

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