Html Css Color HEX #554347 Emperor

📋 copy color: '#554347'

red 85 ◦ green 67 ◦ blue 71

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

Shades of Emperor #554347

Tints of Emperor #554347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 38.12%
G = 30.04%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554347 (or 0x554347) is known color: Emperor. HEX triplet: 55, 43 and 47. RGB value is (85,67,71). Sum of RGB (Red+Green+Blue) = 85+67+71=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554347 is #AABCB8. Grayscale: #484848. Windows color (decimal): -11189433 or 4670293. OLE color: 4670293.

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

Color convert

RGB 85 67 71 -
CMYK 0 0.21 0.16 0.67
HSL 346.67º 0.12% 0.3% -
HSV(B) 346.67º 0.21% 0.33% -
XYZ 6.89 6.4 6.83 -
YUV 72.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 85 67 71 0 0.21 0.16 0.67 346.67 0.12 0.3
Hex 55 43 47 0 15 10 43 15B C 1E
Octal 125 103 107 0 25 20 103 533 14 36
Binary 1010101 1000011 1000111 0 10101 10000 1000011 101011011 1100 11110

Color Harmonies of #554347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554347

Black with #554347

Text Example


Text Example

White with #554347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554347; }

 p { color: rgb(85,67,71); }

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

background-color css

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

 a { background-color: rgb(85,67,71); }

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

border-color css

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

 span { border-color: rgb(85,67,71); }

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