#585558

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

Shades of Fedora #585558

Tints of Fedora #585558

Color information

#585558 (or 0x585558) is unknown color: approx Fedora. HEX triplet: 58, 55 and 58. RGB value is (88,85,88). Sum of RGB (Red+Green+Blue) = 88+85+88=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585558 is #A7AAA7. Grayscale: #565656. Windows color (decimal): -10988200 or 5789016. OLE color: 5789016.

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

Color convert

RGB888588-
CMYK00.0300.65
HSL300º1.73%33.92%-
HSV(B)300º3.41%34.51%-
XYZ9.039.2810.55-
YUV86.24128.99129.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.72%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=33.72%
G=32.57%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88858800.0300.653001.7333.92
Hex5855580304112c222
Octal130125130030101454242
Binary1011000101010110110000110100000110010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585558; }

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

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

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

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

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

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

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

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