Html Css Color HEX #585259 Fedora

📋 copy color: '#585259'

red 88 ◦ green 82 ◦ blue 89

#585259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #585259

Tints of Fedora #585259

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 value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585259 (or 0x585259) is known color: 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

RGB 88 82 89 -
CMYK 0.01 0.08 0 0.65
HSL 291.43º 0.04% 0.34% -
HSV(B) 291.43º 0.08% 0.35% -
XYZ 8.84 8.83 10.69 -
YUV 84.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 88 82 89 0.01 0.08 0 0.65 291.43 0.04 0.34
Hex 58 52 59 1 8 0 41 123 4 22
Octal 130 122 131 1 10 0 101 443 4 42
Binary 1011000 1010010 1011001 1 1000 0 1000001 100100011 100 100010

Color Harmonies of #585259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585259

Black with #585259

Text Example


Text Example

White with #585259

Text Example


Text Example

HTML Codes & Css Web 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>