Html Css Color HEX #56474B Emperor

📋 copy color: '#56474B'

red 86 ◦ green 71 ◦ blue 75

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

Shades of Emperor #56474B

Tints of Emperor #56474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.6%

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

R = 37.07%
G = 30.6%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#56474B (or 0x56474B) is known color: Emperor. HEX triplet: 56, 47 and 4B. RGB value is (86,71,75). Sum of RGB (Red+Green+Blue) = 86+71+75=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56474B is #A9B8B4. Grayscale: #4B4B4B. Windows color (decimal): -11122869 or 4933462. OLE color: 4933462.

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

Color convert

RGB 86 71 75 -
CMYK 0 0.17 0.13 0.66
HSL 344º 0.1% 0.31% -
HSV(B) 344º 0.17% 0.34% -
XYZ 7.36 6.99 7.62 -
YUV 75.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 86 71 75 0 0.17 0.13 0.66 344 0.1 0.31
Hex 56 47 4B 0 11 D 42 158 A 1F
Octal 126 107 113 0 21 15 102 530 12 37
Binary 1010110 1000111 1001011 0 10001 1101 1000010 101011000 1010 11111

Color Harmonies of #56474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56474B

Black with #56474B

Text Example


Text Example

White with #56474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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