Html Css Color HEX #56494B Emperor

📋 copy color: '#56494B'

red 86 ◦ green 73 ◦ blue 75

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

Shades of Emperor #56494B

Tints of Emperor #56494B

RGB

 RED value IS 86 (33.98% from 255) = 36.75%

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

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

R = 36.75%
G = 31.2%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#56494B (or 0x56494B) is known color: Emperor. HEX triplet: 56, 49 and 4B. RGB value is (86,73,75). Sum of RGB (Red+Green+Blue) = 86+73+75=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #56494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56494B is #A9B6B4. Grayscale: #4D4D4D. Windows color (decimal): -11122357 or 4933974. OLE color: 4933974.

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

Color convert

RGB 86 73 75 -
CMYK 0 0.15 0.13 0.66
HSL 350.77º 0.08% 0.31% -
HSV(B) 350.77º 0.15% 0.34% -
XYZ 7.49 7.25 7.66 -
YUV 77.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 86 73 75 0 0.15 0.13 0.66 350.77 0.08 0.31
Hex 56 49 4B 0 F D 42 15F 8 1F
Octal 126 111 113 0 17 15 102 537 10 37
Binary 1010110 1001001 1001011 0 1111 1101 1000010 101011111 1000 11111

Color Harmonies of #56494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56494B

Black with #56494B

Text Example


Text Example

White with #56494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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