Html Css Color HEX #5F4D64 Fedora

📋 copy color: '#5F4D64'

red 95 ◦ green 77 ◦ blue 100

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

Shades of Fedora #5F4D64

Tints of Fedora #5F4D64

RGB

 RED value IS 95 (37.5% from 255) = 34.93%

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 34.93%
G = 28.31%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5F4D64 (or 0x5F4D64) is known color: Fedora. HEX triplet: 5F, 4D and 64. RGB value is (95,77,100). Sum of RGB (Red+Green+Blue) = 95+77+100=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #5F4D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4D64 is #A0B29B. Grayscale: #545454. Windows color (decimal): -10531484 or 6573407. OLE color: 6573407.

HSL color Cylindrical-coordinate representation of color #5F4D64: hue angle of 286.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F4D64 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 77 100 -
CMYK 0.05 0.23 0 0.61
HSL 286.96º 0.13% 0.35% -
HSV(B) 286.96º 0.23% 0.39% -
XYZ 9.67 8.66 13.22 -
YUV 85 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 95 77 100 0.05 0.23 0 0.61 286.96 0.13 0.35
Hex 5F 4D 64 5 17 0 3D 11F D 23
Octal 137 115 144 5 27 0 75 437 15 43
Binary 1011111 1001101 1100100 101 10111 0 111101 100011111 1101 100011

Color Harmonies of #5F4D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4D64

Black with #5F4D64

Text Example


Text Example

White with #5F4D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,77,100); }

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

background-color css

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

 a { background-color: rgb(95,77,100); }

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

border-color css

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

 span { border-color: rgb(95,77,100); }

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