#585259

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

Shades of Fedora #585259

Tints of Fedora #585259

Color information

#585259 (or 0x585259) is unknown color: approx Fedora. HEX triplet: 58, 52 and 59. RGB value is (88,82,89). Sum of RGB (Red+Green+Blue) = 88+82+89=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: blue. Hex color #585259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585259 is #A7ADA6. Grayscale: #545454. Windows color (decimal): -10988967 or 5853784. OLE color: 5853784.

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

Color convert

RGB888289-
CMYK0.010.0800.65
HSL291.43º4.09%33.53%-
HSV(B)291.43º7.87%34.9%-
XYZ8.848.8310.69-
YUV84.59130.49130.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=33.98%
G=31.66%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882890.010.0800.65291.434.0933.53
Hex58525918041123422
Octal1301221311100101443442
Binary1011000101001010110011100001000001100100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585259; }

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

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

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

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

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

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

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

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