Html Css Color HEX #5E595F Fedora

📋 copy color: '#5E595F'

red 94 ◦ green 89 ◦ blue 95

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

Shades of Fedora #5E595F

Tints of Fedora #5E595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

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

R = 33.81%
G = 32.01%
B = 34.17%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5E595F (or 0x5E595F) is known color: Fedora. HEX triplet: 5E, 59 and 5F. RGB value is (94,89,95). Sum of RGB (Red+Green+Blue) = 94+89+95=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E595F is #A1A6A0. Grayscale: #5B5B5B. Windows color (decimal): -10593953 or 6248798. OLE color: 6248798.

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

Color convert

RGB 94 89 95 -
CMYK 0.01 0.06 0 0.63
HSL 290º 0.03% 0.36% -
HSV(B) 290º 0.06% 0.37% -
XYZ 10.25 10.35 12.28 -
YUV 91.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 94 89 95 0.01 0.06 0 0.63 290 0.03 0.36
Hex 5E 59 5F 1 6 0 3F 122 3 24
Octal 136 131 137 1 6 0 77 442 3 44
Binary 1011110 1011001 1011111 1 110 0 111111 100100010 11 100100

Color Harmonies of #5E595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E595F

Black with #5E595F

Text Example


Text Example

White with #5E595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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