#54825C

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

Shades of Como #54825C

Tints of Como #54825C

Color information

#54825C (or 0x54825C) is unknown color: approx Como. HEX triplet: 54, 82 and 5C. RGB value is (84,130,92). Sum of RGB (Red+Green+Blue) = 84+130+92=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #54825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54825C is #AB7DA3. Grayscale: #707070. Windows color (decimal): -11238820 or 6062676. OLE color: 6062676.

HSL color Cylindrical-coordinate representation of color #54825C: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54825C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8413092-
CMYK0.3500.290.49
HSL130.43º21.5%41.96%-
HSV(B)130.43º35.38%50.98%-
XYZ13.5718.6213-
YUV111.91116.76108.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=27.45%
G=42.48%
B=30.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84130920.3500.290.49130.4321.541.96
Hex54825C2301D3182152a
Octal12420213443035612022552
Binary10101001000001010111001000110111011100011000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54825C; }

 p { color: rgb(84,130,92); }

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

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

 a { background-color: rgb(84,130,92); }

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

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

 span { border-color: rgb(84,130,92); }

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