Html Css Color HEX #554549 Emperor

📋 copy color: '#554549'

red 85 ◦ green 69 ◦ blue 73

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

Shades of Emperor #554549

Tints of Emperor #554549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 37.44%
G = 30.4%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#554549 (or 0x554549) is known color: Emperor. HEX triplet: 55, 45 and 49. RGB value is (85,69,73). Sum of RGB (Red+Green+Blue) = 85+69+73=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554549 is #AABAB6. Grayscale: #4A4A4A. Windows color (decimal): -11188919 or 4801877. OLE color: 4801877.

HSL color Cylindrical-coordinate representation of color #554549: hue angle of 345º degrees, saturation: 0.1, 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 #554549 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 73 -
CMYK 0 0.19 0.14 0.67
HSL 345º 0.1% 0.3% -
HSV(B) 345º 0.19% 0.33% -
XYZ 7.08 6.67 7.22 -
YUV 74.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 85 69 73 0 0.19 0.14 0.67 345 0.1 0.3
Hex 55 45 49 0 13 E 43 159 A 1E
Octal 125 105 111 0 23 16 103 531 12 36
Binary 1010101 1000101 1001001 0 10011 1110 1000011 101011001 1010 11110

Color Harmonies of #554549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554549

Black with #554549

Text Example


Text Example

White with #554549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554549; }

 p { color: rgb(85,69,73); }

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

background-color css

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

 a { background-color: rgb(85,69,73); }

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

border-color css

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

 span { border-color: rgb(85,69,73); }

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