#585359

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

Shades of Fedora #585359

Tints of Fedora #585359

Color information

#585359 (or 0x585359) is unknown color: approx Fedora. HEX triplet: 58, 53 and 59. RGB value is (88,83,89). Sum of RGB (Red+Green+Blue) = 88+83+89=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #585359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585359 is #A7ACA6. Grayscale: #555555. Windows color (decimal): -10988711 or 5854040. OLE color: 5854040.

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

Color convert

RGB888389-
CMYK0.010.0700.65
HSL290º3.49%33.73%-
HSV(B)290º6.74%34.9%-
XYZ8.928.9810.71-
YUV85.18130.16130.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=33.85%
G=31.92%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8883890.010.0700.652903.4933.73
Hex58535917041122322
Octal130123131170101442342
Binary10110001010011101100111110100000110010001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585359; }

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

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

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

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

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

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

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

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