#584F5C

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

Shades of Fedora #584F5C

Tints of Fedora #584F5C

Color information

#584F5C (or 0x584F5C) is unknown color: approx Fedora. HEX triplet: 58, 4F and 5C. RGB value is (88,79,92). Sum of RGB (Red+Green+Blue) = 88+79+92=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #584F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F5C is #A7B0A3. Grayscale: #535353. Windows color (decimal): -10989732 or 6049624. OLE color: 6049624.

HSL color Cylindrical-coordinate representation of color #584F5C: hue angle of 281.54º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #584F5C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB887992-
CMYK0.040.1400.64
HSL281.54º7.6%33.53%-
HSV(B)281.54º14.13%36.08%-
XYZ8.758.4411.29-
YUV83.17132.98131.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=33.98%
G=30.50%
B=35.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8879920.040.1400.64281.547.633.53
Hex584F5C4E04011a822
Octal13011713441601004321042
Binary1011000100111110111001001110010000001000110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F5C; }

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

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

<style>
 a { background-color: #584F5C; }

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

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

<style>
 span { border-color: #584F5C; }

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

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