Html Css Color HEX #57454A Emperor

📋 copy color: '#57454A'

red 87 ◦ green 69 ◦ blue 74

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

Shades of Emperor #57454A

Tints of Emperor #57454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 37.83%
G = 30%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57454A (or 0x57454A) is known color: Emperor. HEX triplet: 57, 45 and 4A. RGB value is (87,69,74). Sum of RGB (Red+Green+Blue) = 87+69+74=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #57454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57454A is #A8BAB5. Grayscale: #4A4A4A. Windows color (decimal): -11057846 or 4867415. OLE color: 4867415.

HSL color Cylindrical-coordinate representation of color #57454A: hue angle of 343.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57454A is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 74 -
CMYK 0 0.21 0.15 0.66
HSL 343.33º 0.12% 0.31% -
HSV(B) 343.33º 0.21% 0.34% -
XYZ 7.29 6.78 7.4 -
YUV 74.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 87 69 74 0 0.21 0.15 0.66 343.33 0.12 0.31
Hex 57 45 4A 0 15 F 42 157 C 1F
Octal 127 105 112 0 25 17 102 527 14 37
Binary 1010111 1000101 1001010 0 10101 1111 1000010 101010111 1100 11111

Color Harmonies of #57454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57454A

Black with #57454A

Text Example


Text Example

White with #57454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57454A; }

 p { color: rgb(87,69,74); }

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

background-color css

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

 a { background-color: rgb(87,69,74); }

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

border-color css

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

 span { border-color: rgb(87,69,74); }

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