Html Css Color HEX #585459 Fedora

📋 copy color: '#585459'

red 88 ◦ green 84 ◦ blue 89

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

Shades of Fedora #585459

Tints of Fedora #585459

RGB

 RED value IS 88 (34.77% from 255) = 33.72%

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 33.72%
G = 32.18%
B = 34.1%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 88 84 89 -
CMYK 0.01 0.06 0 0.65
HSL 288º 0.03% 0.34% -
HSV(B) 288º 0.06% 0.35% -
XYZ 9 9.14 10.74 -
YUV 85.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 88 84 89 0.01 0.06 0 0.65 288 0.03 0.34
Hex 58 54 59 1 6 0 41 120 3 22
Octal 130 124 131 1 6 0 101 440 3 42
Binary 1011000 1010100 1011001 1 110 0 1000001 100100000 11 100010

Color Harmonies of #585459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585459

Black with #585459

Text Example


Text Example

White with #585459

Text Example


Text Example

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