Html Css Color HEX #585059 Fedora

📋 copy color: '#585059'

red 88 ◦ green 80 ◦ blue 89

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

Shades of Fedora #585059

Tints of Fedora #585059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 34.24%
G = 31.13%
B = 34.63%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585059 (or 0x585059) is known color: Fedora. HEX triplet: 58, 50 and 59. RGB value is (88,80,89). Sum of RGB (Red+Green+Blue) = 88+80+89=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #585059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585059 is #A7AFA6. Grayscale: #535353. Windows color (decimal): -10989479 or 5853272. OLE color: 5853272.

HSL color Cylindrical-coordinate representation of color #585059: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #585059 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 89 -
CMYK 0.01 0.10 0 0.65
HSL 293.33º 0.05% 0.33% -
HSV(B) 293.33º 0.1% 0.35% -
XYZ 8.7 8.53 10.64 -
YUV 83.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 88 80 89 0.01 0.10 0 0.65 293.33 0.05 0.33
Hex 58 50 59 1 A 0 41 125 5 21
Octal 130 120 131 1 12 0 101 445 5 41
Binary 1011000 1010000 1011001 1 1010 0 1000001 100100101 101 100001

Color Harmonies of #585059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585059

Black with #585059

Text Example


Text Example

White with #585059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585059; }

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

 H1.HeaderClassName
 {
   color: #585059;
 }
 .AnyTagClassName
 {
   color: #585059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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