#54553A

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

Shades of Kelp #54553A

Tints of Kelp #54553A

Color information

#54553A (or 0x54553A) is unknown color: approx Kelp. HEX triplet: 54, 55 and 3A. RGB value is (84,85,58). Sum of RGB (Red+Green+Blue) = 84+85+58=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #54553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54553A is #ABAAC5. Grayscale: #515151. Windows color (decimal): -11250374 or 3822932. OLE color: 3822932.

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

Color convert

RGB848558-
CMYK0.0100.320.67
HSL62.22º18.88%28.04%-
HSV(B)62.22º31.76%33.33%-
XYZ7.678.695.28-
YUV81.62114.67129.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=37.00%
G=37.44%
B=25.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485580.0100.320.6762.2218.8828.04
Hex54553A1020433e131c
Octal124125721040103762334
Binary101010010101011110101010000010000111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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