#585658

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

Shades of Fedora #585658

Tints of Fedora #585658

Color information

#585658 (or 0x585658) is unknown color: approx Fedora. HEX triplet: 58, 56 and 58. RGB value is (88,86,88). Sum of RGB (Red+Green+Blue) = 88+86+88=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585658 is #A7A9A7. Grayscale: #565656. Windows color (decimal): -10987944 or 5789272. OLE color: 5789272.

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

Color convert

RGB888688-
CMYK00.0200.65
HSL300º1.15%34.12%-
HSV(B)300º2.27%34.51%-
XYZ9.119.4310.57-
YUV86.83128.66128.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=33.59%
G=32.82%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88868800.0200.653001.1534.12
Hex5856580204112c122
Octal130126130020101454142
Binary101100010101101011000010010000011001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585658; }

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

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

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

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

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

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

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

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