Html Css Color HEX #585658 Fedora

📋 copy color: '#585658'

red 88 ◦ green 86 ◦ blue 88

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

Shades of Fedora #585658

Tints of Fedora #585658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 33.59%
G = 32.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#585658 (or 0x585658) is known color: Fedora. HEX triplet: 58, 56 and 58. RGB value is (88,86,88). Sum of RGB (Red+Green+Blue) = 88+86+88=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585658 is #A7A9A7. Grayscale: #565656. Windows color (decimal): -10987944 or 5789272. OLE color: 5789272.

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

Color convert

RGB 88 86 88 -
CMYK 0 0.02 0 0.65
HSL 300º 0.01% 0.34% -
HSV(B) 300º 0.02% 0.35% -
XYZ 9.11 9.43 10.57 -
YUV 86.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 88 86 88 0 0.02 0 0.65 300 0.01 0.34
Hex 58 56 58 0 2 0 41 12C 1 22
Octal 130 126 130 0 2 0 101 454 1 42
Binary 1011000 1010110 1011000 0 10 0 1000001 100101100 1 100010

Color Harmonies of #585658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585658

Black with #585658

Text Example


Text Example

White with #585658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585658; }

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

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

background-color css

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

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

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

border-color css

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

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

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