#54553F

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

Shades of Kelp #54553F

Tints of Kelp #54553F

Color information

#54553F (or 0x54553F) is unknown color: approx Kelp. HEX triplet: 54, 55 and 3F. RGB value is (84,85,63). Sum of RGB (Red+Green+Blue) = 84+85+63=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #54553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54553F is #ABAAC0. Grayscale: #525252. Windows color (decimal): -11250369 or 4150612. OLE color: 4150612.

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

Color convert

RGB848563-
CMYK0.0100.260.67
HSL62.73º14.86%29.02%-
HSV(B)62.73º25.88%33.33%-
XYZ7.88.745.98-
YUV82.19117.17129.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 63 (25% from 255) = 27.16%
R=36.21%
G=36.64%
B=27.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485630.0100.260.6762.7314.8629.02
Hex54553F101A433ff1d
Octal124125771032103771735
Binary1010100101010111111110110101000011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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