#574D5C

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

Shades of Fedora #574D5C

Tints of Fedora #574D5C

Color information

#574D5C (or 0x574D5C) is unknown color: approx Fedora. HEX triplet: 57, 4D and 5C. RGB value is (87,77,92). Sum of RGB (Red+Green+Blue) = 87+77+92=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #574D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D5C is #A8B2A3. Grayscale: #515151. Windows color (decimal): -11055780 or 6049111. OLE color: 6049111.

HSL color Cylindrical-coordinate representation of color #574D5C: hue angle of 280º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574D5C is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB877792-
CMYK0.050.1600.64
HSL280º8.88%33.14%-
HSV(B)280º16.3%36.08%-
XYZ8.528.1111.24-
YUV81.7133.81131.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=33.98%
G=30.08%
B=35.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8777920.050.1600.642808.8833.14
Hex574D5C510040118921
Octal12711513452001004301141
Binary10101111001101101110010110000010000001000110001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,77,92); }

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

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

 a { background-color: rgb(87,77,92); }

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

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

 span { border-color: rgb(87,77,92); }

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