#584A5F

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

Shades of Fedora #584A5F

Tints of Fedora #584A5F

Color information

#584A5F (or 0x584A5F) is unknown color: approx Fedora. HEX triplet: 58, 4A and 5F. RGB value is (88,74,95). Sum of RGB (Red+Green+Blue) = 88+74+95=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #584A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A5F is #A7B5A0. Grayscale: #505050. Windows color (decimal): -10991009 or 6244952. OLE color: 6244952.

HSL color Cylindrical-coordinate representation of color #584A5F: hue angle of 280º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #584A5F is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB887495-
CMYK0.070.2200.63
HSL280º12.43%33.14%-
HSV(B)280º22.11%37.25%-
XYZ8.547.811.88-
YUV80.58136.14133.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=34.24%
G=28.79%
B=36.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8874950.070.2200.6328012.4333.14
Hex584A5F71603F118c21
Octal1301121377260774301441
Binary1011000100101010111111111011001111111000110001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,74,95); }

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

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

 a { background-color: rgb(88,74,95); }

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

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

 span { border-color: rgb(88,74,95); }

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