#585158

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

Shades of Fedora #585158

Tints of Fedora #585158

Color information

#585158 (or 0x585158) is unknown color: approx Fedora. HEX triplet: 58, 51 and 58. RGB value is (88,81,88). Sum of RGB (Red+Green+Blue) = 88+81+88=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585158 is #A7AEA7. Grayscale: #535353. Windows color (decimal): -10989224 or 5787992. OLE color: 5787992.

HSL color Cylindrical-coordinate representation of color #585158: hue angle of 300º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585158 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB888188-
CMYK00.0800.65
HSL300º4.14%33.14%-
HSV(B)300º7.95%34.51%-
XYZ8.738.6610.44-
YUV83.89130.32130.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=34.24%
G=31.52%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88818800.0800.653004.1433.14
Hex5851580804112c421
Octal1301211300100101454441
Binary1011000101000110110000100001000001100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585158; }

 p { color: rgb(88,81,88); }

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

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

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

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

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

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

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