#54825E

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

Shades of Como #54825E

Tints of Como #54825E

Color information

#54825E (or 0x54825E) is unknown color: approx Como. HEX triplet: 54, 82 and 5E. RGB value is (84,130,94). Sum of RGB (Red+Green+Blue) = 84+130+94=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #54825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54825E is #AB7DA1. Grayscale: #707070. Windows color (decimal): -11238818 or 6193748. OLE color: 6193748.

HSL color Cylindrical-coordinate representation of color #54825E: hue angle of 133.04º 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 #54825E is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB8413094-
CMYK0.3500.280.49
HSL133.04º21.5%41.96%-
HSV(B)133.04º35.38%50.98%-
XYZ13.6618.6613.47-
YUV112.14117.76107.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=27.27%
G=42.21%
B=30.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84130940.3500.280.49133.0421.541.96
Hex54825E2301C3185152a
Octal12420213643034612052552
Binary10101001000001010111101000110111001100011000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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