#585058

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

Shades of Fedora #585058

Tints of Fedora #585058

Color information

#585058 (or 0x585058) is unknown color: approx Fedora. HEX triplet: 58, 50 and 58. RGB value is (88,80,88). Sum of RGB (Red+Green+Blue) = 88+80+88=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585058 is #A7AFA7. Grayscale: #535353. Windows color (decimal): -10989480 or 5787736. OLE color: 5787736.

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

Color convert

RGB888088-
CMYK00.0900.65
HSL300º4.76%32.94%-
HSV(B)300º9.09%34.51%-
XYZ8.658.5210.42-
YUV83.3130.65131.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=34.38%
G=31.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88808800.0900.653004.7632.94
Hex5850580904112c521
Octal1301201300110101454541
Binary1011000101000010110000100101000001100101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585058; }

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

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

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

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

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

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

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

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