Html Css Color HEX #585559 Fedora

📋 copy color: '#585559'

red 88 ◦ green 85 ◦ blue 89

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

Shades of Fedora #585559

Tints of Fedora #585559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 33.59%
G = 32.44%
B = 33.97%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585559 (or 0x585559) is known color: Fedora. HEX triplet: 58, 55 and 59. RGB value is (88,85,89). Sum of RGB (Red+Green+Blue) = 88+85+89=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 89 - color contains mainly: blue. Hex color #585559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585559 is #A7AAA6. Grayscale: #565656. Windows color (decimal): -10988199 or 5854552. OLE color: 5854552.

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

Color convert

RGB 88 85 89 -
CMYK 0.01 0.04 0 0.65
HSL 285º 0.02% 0.34% -
HSV(B) 285º 0.04% 0.35% -
XYZ 9.08 9.29 10.77 -
YUV 86.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 88 85 89 0.01 0.04 0 0.65 285 0.02 0.34
Hex 58 55 59 1 4 0 41 11D 2 22
Octal 130 125 131 1 4 0 101 435 2 42
Binary 1011000 1010101 1011001 1 100 0 1000001 100011101 10 100010

Color Harmonies of #585559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585559

Black with #585559

Text Example


Text Example

White with #585559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585559; }

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

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

background-color css

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

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

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

border-color css

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

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

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