#514B4C

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

Shades of Emperor #514B4C

Tints of Emperor #514B4C

Color information

#514B4C (or 0x514B4C) is unknown color: approx Emperor. HEX triplet: 51, 4B and 4C. RGB value is (81,75,76). Sum of RGB (Red+Green+Blue) = 81+75+76=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B4C is #AEB4B3. Grayscale: #4C4C4C. Windows color (decimal): -11449524 or 5000017. OLE color: 5000017.

HSL color Cylindrical-coordinate representation of color #514B4C: hue angle of 350º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #514B4C is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB817576-
CMYK00.070.060.68
HSL350º3.85%30.59%-
HSV(B)350º7.41%31.76%-
XYZ7.217.37.87-
YUV76.91127.49130.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=34.91%
G=32.33%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81757600.070.060.683503.8530.59
Hex514B4C0764415e41f
Octal121113114076104536437
Binary1010001100101110011000111110100010010101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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