#574F58

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

Shades of Fedora #574F58

Tints of Fedora #574F58

Color information

#574F58 (or 0x574F58) is unknown color: approx Fedora. HEX triplet: 57, 4F and 58. RGB value is (87,79,88). Sum of RGB (Red+Green+Blue) = 87+79+88=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #574F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F58 is #A8B0A7. Grayscale: #525252. Windows color (decimal): -11055272 or 5787479. OLE color: 5787479.

HSL color Cylindrical-coordinate representation of color #574F58: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #574F58 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB877988-
CMYK0.010.1000.65
HSL293.33º5.39%32.75%-
HSV(B)293.33º10.23%34.51%-
XYZ8.498.3210.39-
YUV82.42131.15131.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=34.25%
G=31.10%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8779880.010.1000.65293.335.3932.75
Hex574F581A041125521
Octal1271171301120101445541
Binary1010111100111110110001101001000001100100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,88); }

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

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

 a { background-color: rgb(87,79,88); }

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

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

 span { border-color: rgb(87,79,88); }

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