Html Css Color HEX #585558 Fedora

📋 copy color: '#585558'

red 88 ◦ green 85 ◦ blue 88

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

Shades of Fedora #585558

Tints of Fedora #585558

RGB

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

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

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

R = 33.72%
G = 32.57%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585558 (or 0x585558) is known color: Fedora. HEX triplet: 58, 55 and 58. RGB value is (88,85,88). Sum of RGB (Red+Green+Blue) = 88+85+88=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585558 is #A7AAA7. Grayscale: #565656. Windows color (decimal): -10988200 or 5789016. OLE color: 5789016.

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

Color convert

RGB 88 85 88 -
CMYK 0 0.03 0 0.65
HSL 300º 0.02% 0.34% -
HSV(B) 300º 0.03% 0.35% -
XYZ 9.03 9.28 10.55 -
YUV 86.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 88 85 88 0 0.03 0 0.65 300 0.02 0.34
Hex 58 55 58 0 3 0 41 12C 2 22
Octal 130 125 130 0 3 0 101 454 2 42
Binary 1011000 1010101 1011000 0 11 0 1000001 100101100 10 100010

Color Harmonies of #585558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585558

Black with #585558

Text Example


Text Example

White with #585558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585558; }

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

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

background-color css

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

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

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

border-color css

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

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

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