Html Css Color HEX #545244 Merlin

📋 copy color: '#545244'

red 84 ◦ green 82 ◦ blue 68

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

Shades of Merlin #545244

Tints of Merlin #545244

RGB

 RED value IS 84 (33.2% from 255) = 35.9%

 GREEN value IS 82 (32.42% from 255) = 35.04%

 BLUE value IS 68 (26.95% from 255) = 29.06%

R = 35.9%
G = 35.04%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#545244 (or 0x545244) is known color: Merlin. HEX triplet: 54, 52 and 44. RGB value is (84,82,68). Sum of RGB (Red+Green+Blue) = 84+82+68=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #545244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545244 is #ABADBB. Grayscale: #515151. Windows color (decimal): -11251132 or 4477524. OLE color: 4477524.

HSL color Cylindrical-coordinate representation of color #545244: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545244 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 82 68 -
CMYK 0 0.02 0.19 0.67
HSL 52.5º 0.11% 0.3% -
HSV(B) 52.5º 0.19% 0.33% -
XYZ 7.72 8.34 6.67 -
YUV 81 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 84 82 68 0 0.02 0.19 0.67 52.5 0.11 0.3
Hex 54 52 44 0 2 13 43 34 B 1E
Octal 124 122 104 0 2 23 103 64 13 36
Binary 1010100 1010010 1000100 0 10 10011 1000011 110100 1011 11110

Color Harmonies of #545244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545244

Black with #545244

Text Example


Text Example

White with #545244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545244; }

 p { color: rgb(84,82,68); }

 H1.HeaderClassName
 {
   color: #545244;
 }
 .AnyTagClassName
 {
   color: #545244;
 }
</style>

background-color css

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

 a { background-color: rgb(84,82,68); }

 div.DivClassName
 {
   background-color: #545244;
 }
 .BgClassName
 {
   background-color: #545244;
 }
</style>

border-color css

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

 span { border-color: rgb(84,82,68); }

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