Html Css Color HEX #554041 Emperor

📋 copy color: '#554041'

red 85 ◦ green 64 ◦ blue 65

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

Shades of Emperor #554041

Tints of Emperor #554041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 39.72%
G = 29.91%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554041 (or 0x554041) is known color: Emperor. HEX triplet: 55, 40 and 41. RGB value is (85,64,65). Sum of RGB (Red+Green+Blue) = 85+64+65=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554041 is #AABFBE. Grayscale: #464646. Windows color (decimal): -11190207 or 4276309. OLE color: 4276309.

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

Color convert

RGB 85 64 65 -
CMYK 0 0.25 0.24 0.67
HSL 357.14º 0.14% 0.29% -
HSV(B) 357.14º 0.25% 0.33% -
XYZ 6.53 5.98 5.81 -
YUV 70.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 85 64 65 0 0.25 0.24 0.67 357.14 0.14 0.29
Hex 55 40 41 0 19 18 43 165 E 1D
Octal 125 100 101 0 31 30 103 545 16 35
Binary 1010101 1000000 1000001 0 11001 11000 1000011 101100101 1110 11101

Color Harmonies of #554041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554041

Black with #554041

Text Example


Text Example

White with #554041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554041; }

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

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

background-color css

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

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

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

border-color css

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

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

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