Html Css Color HEX #5E585F Fedora

📋 copy color: '#5E585F'

red 94 ◦ green 88 ◦ blue 95

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

Shades of Fedora #5E585F

Tints of Fedora #5E585F

RGB

 RED value IS 94 (37.11% from 255) = 33.94%

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 33.94%
G = 31.77%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5E585F (or 0x5E585F) is known color: Fedora. HEX triplet: 5E, 58 and 5F. RGB value is (94,88,95). Sum of RGB (Red+Green+Blue) = 94+88+95=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E585F is #A1A7A0. Grayscale: #5A5A5A. Windows color (decimal): -10594209 or 6248542. OLE color: 6248542.

HSL color Cylindrical-coordinate representation of color #5E585F: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E585F is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 88 95 -
CMYK 0.01 0.07 0 0.63
HSL 291.43º 0.04% 0.36% -
HSV(B) 291.43º 0.07% 0.37% -
XYZ 10.17 10.19 12.26 -
YUV 90.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 94 88 95 0.01 0.07 0 0.63 291.43 0.04 0.36
Hex 5E 58 5F 1 7 0 3F 123 4 24
Octal 136 130 137 1 7 0 77 443 4 44
Binary 1011110 1011000 1011111 1 111 0 111111 100100011 100 100100

Color Harmonies of #5E585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E585F

Black with #5E585F

Text Example


Text Example

White with #5E585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E585F; }

 p { color: rgb(94,88,95); }

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

background-color css

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

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

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

border-color css

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

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

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