#54553B

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

Shades of Kelp #54553B

Tints of Kelp #54553B

Color information

#54553B (or 0x54553B) is unknown color: approx Kelp. HEX triplet: 54, 55 and 3B. RGB value is (84,85,59). Sum of RGB (Red+Green+Blue) = 84+85+59=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #54553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54553B is #ABAAC4. Grayscale: #515151. Windows color (decimal): -11250373 or 3888468. OLE color: 3888468.

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

Color convert

RGB848559-
CMYK0.0100.310.67
HSL62.31º18.06%28.24%-
HSV(B)62.31º30.59%33.33%-
XYZ7.698.75.41-
YUV81.74115.17129.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=36.84%
G=37.28%
B=25.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485590.0100.310.6762.3118.0628.24
Hex54553B101F433e121c
Octal124125731037103762234
Binary10101001010101111011101111110000111111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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