Html Css Color HEX #554648 Emperor

📋 copy color: '#554648'

red 85 ◦ green 70 ◦ blue 72

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

Shades of Emperor #554648

Tints of Emperor #554648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 37.44%
G = 30.84%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#554648 (or 0x554648) is known color: Emperor. HEX triplet: 55, 46 and 48. RGB value is (85,70,72). Sum of RGB (Red+Green+Blue) = 85+70+72=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554648 is #AAB9B7. Grayscale: #4A4A4A. Windows color (decimal): -11188664 or 4736597. OLE color: 4736597.

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

Color convert

RGB 85 70 72 -
CMYK 0 0.18 0.15 0.67
HSL 352º 0.1% 0.3% -
HSV(B) 352º 0.18% 0.33% -
XYZ 7.11 6.78 7.06 -
YUV 74.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 85 70 72 0 0.18 0.15 0.67 352 0.1 0.3
Hex 55 46 48 0 12 F 43 160 A 1E
Octal 125 106 110 0 22 17 103 540 12 36
Binary 1010101 1000110 1001000 0 10010 1111 1000011 101100000 1010 11110

Color Harmonies of #554648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554648

Black with #554648

Text Example


Text Example

White with #554648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554648; }

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

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

background-color css

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

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

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

border-color css

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

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

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