#585358

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

Shades of Fedora #585358

Tints of Fedora #585358

Color information

#585358 (or 0x585358) is unknown color: approx Fedora. HEX triplet: 58, 53 and 58. RGB value is (88,83,88). Sum of RGB (Red+Green+Blue) = 88+83+88=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585358 is #A7ACA7. Grayscale: #555555. Windows color (decimal): -10988712 or 5788504. OLE color: 5788504.

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

Color convert

RGB888388-
CMYK00.0600.65
HSL300º2.92%33.53%-
HSV(B)300º5.68%34.51%-
XYZ8.888.9710.5-
YUV85.06129.66130.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=33.98%
G=32.05%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88838800.0600.653002.9233.53
Hex5853580604112c322
Octal130123130060101454342
Binary10110001010011101100001100100000110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585358; }

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

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

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

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

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

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

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

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