#585758

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

Shades of Fedora #585758

Tints of Fedora #585758

Color information

#585758 (or 0x585758) is unknown color: approx Fedora. HEX triplet: 58, 57 and 58. RGB value is (88,87,88). Sum of RGB (Red+Green+Blue) = 88+87+88=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585758 is #A7A8A7. Grayscale: #575757. Windows color (decimal): -10987688 or 5789528. OLE color: 5789528.

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

Color convert

RGB888788-
CMYK00.0100.65
HSL300º0.57%34.31%-
HSV(B)300º1.14%34.51%-
XYZ9.199.610.6-
YUV87.41128.33128.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=33.46%
G=33.08%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88878800.0100.653000.5734.31
Hex5857580104112c122
Octal130127130010101454142
Binary10110001010111101100001010000011001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585758; }

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

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

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

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

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

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

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

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