Html Css Color HEX #554144 Emperor

📋 copy color: '#554144'

red 85 ◦ green 65 ◦ blue 68

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

Shades of Emperor #554144

Tints of Emperor #554144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 38.99%
G = 29.82%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#554144 (or 0x554144) is known color: Emperor. HEX triplet: 55, 41 and 44. RGB value is (85,65,68). Sum of RGB (Red+Green+Blue) = 85+65+68=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554144 is #AABEBB. Grayscale: #474747. Windows color (decimal): -11189948 or 4473173. OLE color: 4473173.

HSL color Cylindrical-coordinate representation of color #554144: hue angle of 351º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554144 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 65 68 -
CMYK 0 0.24 0.20 0.67
HSL 351º 0.13% 0.29% -
HSV(B) 351º 0.24% 0.33% -
XYZ 6.68 6.13 6.3 -
YUV 71.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 85 65 68 0 0.24 0.20 0.67 351 0.13 0.29
Hex 55 41 44 0 18 14 43 15F D 1D
Octal 125 101 104 0 30 24 103 537 15 35
Binary 1010101 1000001 1000100 0 11000 10100 1000011 101011111 1101 11101

Color Harmonies of #554144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554144

Black with #554144

Text Example


Text Example

White with #554144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554144; }

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

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

background-color css

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

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

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

border-color css

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

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

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