#504B4C

Color #504B4C Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #504B4C

Tints of Emperor #504B4C

Color information

#504B4C (or 0x504B4C) is unknown color: approx Emperor. HEX triplet: 50, 4B and 4C. RGB value is (80,75,76). Sum of RGB (Red+Green+Blue) = 80+75+76=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #504B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B4C is #AFB4B3. Grayscale: #4C4C4C. Windows color (decimal): -11515060 or 5000016. OLE color: 5000016.

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

Color convert

RGB807576-
CMYK00.060.050.69
HSL348º3.23%30.39%-
HSV(B)348º6.25%31.37%-
XYZ7.137.267.86-
YUV76.61127.66130.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=34.63%
G=32.47%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80757600.060.050.693483.2330.39
Hex504B4C0654515c31e
Octal120113114065105534336
Binary101000010010111001100011010110001011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B4C; }

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

 H1.HeaderClassName
 {
   color: #504B4C;
 }
 .AnyTagClassName
 {
   color: #504B4C;
 }
</style>
background-color css

<style>
 a { background-color: #504B4C; }

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

 div.DivClassName
 {
   background-color: #504B4C;
 }
 .BgClassName
 {
   background-color: #504B4C;
 }
</style>
border-color css

<style>
 span { border-color: #504B4C; }

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

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