#585459

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

Shades of Fedora #585459

Tints of Fedora #585459

Color information

#585459 (or 0x585459) is unknown color: approx Fedora. HEX triplet: 58, 54 and 59. RGB value is (88,84,89). Sum of RGB (Red+Green+Blue) = 88+84+89=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: blue. Hex color #585459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585459 is #A7ABA6. Grayscale: #555555. Windows color (decimal): -10988455 or 5854296. OLE color: 5854296.

HSL color Cylindrical-coordinate representation of color #585459: hue angle of 288º 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 #585459 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB888489-
CMYK0.010.0600.65
HSL288º2.89%33.92%-
HSV(B)288º5.62%34.9%-
XYZ99.1410.74-
YUV85.77129.83129.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.72%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=33.72%
G=32.18%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884890.010.0600.652882.8933.92
Hex58545916041120322
Octal130124131160101440342
Binary10110001010100101100111100100000110010000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585459; }

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

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

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

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

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

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

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

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