Html Css Color HEX #54825C Como

📋 copy color: '#54825C'

red 84 ◦ green 130 ◦ blue 92

#54825C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #54825C

Tints of Como #54825C

RGB

 RED value IS 84 (33.2% 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 value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#54825C (or 0x54825C) is known color: 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

RGB 84 130 92 -
CMYK 0.35 0 0.29 0.49
HSL 130.43º 0.21% 0.42% -
HSV(B) 130.43º 0.35% 0.51% -
XYZ 13.57 18.62 13 -
YUV 111.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 84 130 92 0.35 0 0.29 0.49 130.43 0.21 0.42
Hex 54 82 5C 23 0 1D 31 82 15 2A
Octal 124 202 134 43 0 35 61 202 25 52
Binary 1010100 10000010 1011100 100011 0 11101 110001 10000010 10101 101010

Color Harmonies of #54825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54825C

Black with #54825C

Text Example


Text Example

White with #54825C

Text Example


Text Example

HTML Codes & Css Web 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>