#574B4C

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

Shades of Emperor #574B4C

Tints of Emperor #574B4C

Color information

#574B4C (or 0x574B4C) is unknown color: approx Emperor. HEX triplet: 57, 4B and 4C. RGB value is (87,75,76). Sum of RGB (Red+Green+Blue) = 87+75+76=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B4C is #A8B4B3. Grayscale: #4E4E4E. Windows color (decimal): -11056308 or 5000023. OLE color: 5000023.

HSL color Cylindrical-coordinate representation of color #574B4C: hue angle of 355º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #574B4C is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB877576-
CMYK00.140.130.66
HSL355º7.41%31.76%-
HSV(B)355º13.79%34.12%-
XYZ7.757.587.89-
YUV78.7126.48133.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=36.55%
G=31.51%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87757600.140.130.663557.4131.76
Hex574B4C0ED42163720
Octal12711311401615102543740
Binary1010111100101110011000111011011000010101100011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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