#574A5D

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

Shades of Fedora #574A5D

Tints of Fedora #574A5D

Color information

#574A5D (or 0x574A5D) is unknown color: approx Fedora. HEX triplet: 57, 4A and 5D. RGB value is (87,74,93). Sum of RGB (Red+Green+Blue) = 87+74+93=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #574A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A5D is #A8B5A2. Grayscale: #4F4F4F. Windows color (decimal): -11056547 or 6113879. OLE color: 6113879.

HSL color Cylindrical-coordinate representation of color #574A5D: hue angle of 281.05º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574A5D is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB877493-
CMYK0.060.2000.64
HSL281.05º11.38%32.75%-
HSV(B)281.05º20.43%36.47%-
XYZ8.367.7111.4-
YUV80.05135.31132.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=34.25%
G=29.13%
B=36.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8774930.060.2000.64281.0511.3832.75
Hex574A5D614040119b21
Octal12711213562401004311341
Binary10101111001010101110111010100010000001000110011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,93); }

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

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

 a { background-color: rgb(87,74,93); }

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

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

 span { border-color: rgb(87,74,93); }

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