Html Css Color HEX #57494B Emperor

📋 copy color: '#57494B'

red 87 ◦ green 73 ◦ blue 75

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

Shades of Emperor #57494B

Tints of Emperor #57494B

RGB

 RED value IS 87 (34.38% from 255) = 37.02%

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

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

R = 37.02%
G = 31.06%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57494B (or 0x57494B) is known color: Emperor. HEX triplet: 57, 49 and 4B. RGB value is (87,73,75). Sum of RGB (Red+Green+Blue) = 87+73+75=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #57494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57494B is #A8B6B4. Grayscale: #4D4D4D. Windows color (decimal): -11056821 or 4933975. OLE color: 4933975.

HSL color Cylindrical-coordinate representation of color #57494B: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57494B is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 75 -
CMYK 0 0.16 0.14 0.66
HSL 351.43º 0.09% 0.31% -
HSV(B) 351.43º 0.16% 0.34% -
XYZ 7.58 7.3 7.67 -
YUV 77.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 87 73 75 0 0.16 0.14 0.66 351.43 0.09 0.31
Hex 57 49 4B 0 10 E 42 15F 9 1F
Octal 127 111 113 0 20 16 102 537 11 37
Binary 1010111 1001001 1001011 0 10000 1110 1000010 101011111 1001 11111

Color Harmonies of #57494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57494B

Black with #57494B

Text Example


Text Example

White with #57494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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