#574E5C

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

Shades of Fedora #574E5C

Tints of Fedora #574E5C

Color information

#574E5C (or 0x574E5C) is unknown color: approx Fedora. HEX triplet: 57, 4E and 5C. RGB value is (87,78,92). Sum of RGB (Red+Green+Blue) = 87+78+92=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: blue. Hex color #574E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E5C is #A8B1A3. Grayscale: #525252. Windows color (decimal): -11055524 or 6049367. OLE color: 6049367.

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

Color convert

RGB877892-
CMYK0.050.1500.64
HSL278.57º8.24%33.33%-
HSV(B)278.57º15.22%36.08%-
XYZ8.598.2511.26-
YUV82.29133.48131.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=33.85%
G=30.35%
B=35.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8778920.050.1500.64278.578.2433.33
Hex574E5C5F040117821
Octal12711613451701004271041
Binary1010111100111010111001011111010000001000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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