Html Css Color HEX #554446 Emperor

📋 copy color: '#554446'

red 85 ◦ green 68 ◦ blue 70

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

Shades of Emperor #554446

Tints of Emperor #554446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

 BLUE value IS 70 (27.73% from 255) = 31.39%

R = 38.12%
G = 30.49%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#554446 (or 0x554446) is known color: Emperor. HEX triplet: 55, 44 and 46. RGB value is (85,68,70). Sum of RGB (Red+Green+Blue) = 85+68+70=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554446 is #AABBB9. Grayscale: #494949. Windows color (decimal): -11189178 or 4605013. OLE color: 4605013.

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

Color convert

RGB 85 68 70 -
CMYK 0 0.20 0.18 0.67
HSL 352.94º 0.11% 0.3% -
HSV(B) 352.94º 0.2% 0.33% -
XYZ 6.92 6.51 6.69 -
YUV 73.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 85 68 70 0 0.20 0.18 0.67 352.94 0.11 0.3
Hex 55 44 46 0 14 12 43 161 B 1E
Octal 125 104 106 0 24 22 103 541 13 36
Binary 1010101 1000100 1000110 0 10100 10010 1000011 101100001 1011 11110

Color Harmonies of #554446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554446

Black with #554446

Text Example


Text Example

White with #554446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554446; }

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

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

background-color css

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

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

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

border-color css

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

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

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