Html Css Color HEX #55484A Emperor

📋 copy color: '#55484A'

red 85 ◦ green 72 ◦ blue 74

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

Shades of Emperor #55484A

Tints of Emperor #55484A

RGB

 RED value IS 85 (33.59% from 255) = 36.8%

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 36.8%
G = 31.17%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55484A (or 0x55484A) is known color: Emperor. HEX triplet: 55, 48 and 4A. RGB value is (85,72,74). Sum of RGB (Red+Green+Blue) = 85+72+74=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55484A is #AAB7B5. Grayscale: #4C4C4C. Windows color (decimal): -11188150 or 4868181. OLE color: 4868181.

HSL color Cylindrical-coordinate representation of color #55484A: hue angle of 350.77º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55484A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 74 -
CMYK 0 0.15 0.13 0.67
HSL 350.77º 0.08% 0.31% -
HSV(B) 350.77º 0.15% 0.33% -
XYZ 7.3 7.06 7.46 -
YUV 76.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 85 72 74 0 0.15 0.13 0.67 350.77 0.08 0.31
Hex 55 48 4A 0 F D 43 15F 8 1F
Octal 125 110 112 0 17 15 103 537 10 37
Binary 1010101 1001000 1001010 0 1111 1101 1000011 101011111 1000 11111

Color Harmonies of #55484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55484A

Black with #55484A

Text Example


Text Example

White with #55484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55484A; }

 p { color: rgb(85,72,74); }

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

background-color css

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

 a { background-color: rgb(85,72,74); }

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

border-color css

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

 span { border-color: rgb(85,72,74); }

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