#585258

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

Shades of Fedora #585258

Tints of Fedora #585258

Color information

#585258 (or 0x585258) is unknown color: approx Fedora. HEX triplet: 58, 52 and 58. RGB value is (88,82,88). Sum of RGB (Red+Green+Blue) = 88+82+88=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585258 is #A7ADA7. Grayscale: #545454. Windows color (decimal): -10988968 or 5788248. OLE color: 5788248.

HSL color Cylindrical-coordinate representation of color #585258: 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.07%. Process color model (Four color, CMYK) of #585258 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB888288-
CMYK00.0700.65
HSL300º3.53%33.33%-
HSV(B)300º6.82%34.51%-
XYZ8.88.8110.47-
YUV84.48129.99130.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.11%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=34.11%
G=31.78%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88828800.0700.653003.5333.33
Hex5852580704112c421
Octal130122130070101454441
Binary101100010100101011000011101000001100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585258; }

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

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

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

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

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

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

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

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