Html Css Color HEX #50494B Emperor

📋 copy color: '#50494B'

red 80 ◦ green 73 ◦ blue 75

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

Shades of Emperor #50494B

Tints of Emperor #50494B

RGB

 RED value IS 80 (31.64% from 255) = 35.09%

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 35.09%
G = 32.02%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50494B (or 0x50494B) is known color: Emperor. HEX triplet: 50, 49 and 4B. RGB value is (80,73,75). Sum of RGB (Red+Green+Blue) = 80+73+75=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #50494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50494B is #AFB6B4. Grayscale: #4B4B4B. Windows color (decimal): -11515573 or 4933968. OLE color: 4933968.

HSL color Cylindrical-coordinate representation of color #50494B: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #50494B is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 75 -
CMYK 0 0.09 0.06 0.69
HSL 342.86º 0.05% 0.3% -
HSV(B) 342.86º 0.09% 0.31% -
XYZ 6.96 6.98 7.64 -
YUV 75.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 80 73 75 0 0.09 0.06 0.69 342.86 0.05 0.3
Hex 50 49 4B 0 9 6 45 157 5 1E
Octal 120 111 113 0 11 6 105 527 5 36
Binary 1010000 1001001 1001011 0 1001 110 1000101 101010111 101 11110

Color Harmonies of #50494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50494B

Black with #50494B

Text Example


Text Example

White with #50494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50494B; }

 p { color: rgb(80,73,75); }

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

background-color css

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

 a { background-color: rgb(80,73,75); }

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

border-color css

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

 span { border-color: rgb(80,73,75); }

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