Html Css Color HEX #554247 Emperor

📋 copy color: '#554247'

red 85 ◦ green 66 ◦ blue 71

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

Shades of Emperor #554247

Tints of Emperor #554247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.73%

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

R = 38.29%
G = 29.73%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554247 (or 0x554247) is known color: Emperor. HEX triplet: 55, 42 and 47. RGB value is (85,66,71). Sum of RGB (Red+Green+Blue) = 85+66+71=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554247 is #AABDB8. Grayscale: #484848. Windows color (decimal): -11189689 or 4670037. OLE color: 4670037.

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

Color convert

RGB 85 66 71 -
CMYK 0 0.22 0.16 0.67
HSL 344.21º 0.13% 0.3% -
HSV(B) 344.21º 0.22% 0.33% -
XYZ 6.83 6.28 6.81 -
YUV 72.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 85 66 71 0 0.22 0.16 0.67 344.21 0.13 0.3
Hex 55 42 47 0 16 10 43 158 D 1E
Octal 125 102 107 0 26 20 103 530 15 36
Binary 1010101 1000010 1000111 0 10110 10000 1000011 101011000 1101 11110

Color Harmonies of #554247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554247

Black with #554247

Text Example


Text Example

White with #554247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554247; }

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

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

background-color css

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

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

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

border-color css

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

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

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