Html Css Color HEX #5F475F Fedora

📋 copy color: '#5F475F'

red 95 ◦ green 71 ◦ blue 95

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

Shades of Fedora #5F475F

Tints of Fedora #5F475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 36.4%
G = 27.2%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5F475F (or 0x5F475F) is known color: Fedora. HEX triplet: 5F, 47 and 5F. RGB value is (95,71,95). Sum of RGB (Red+Green+Blue) = 95+71+95=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 95 - color contains mainly: red, blue. Hex color #5F475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F475F is #A0B8A0. Grayscale: #505050. Windows color (decimal): -10533025 or 6244191. OLE color: 6244191.

HSL color Cylindrical-coordinate representation of color #5F475F: hue angle of 300º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F475F is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 71 95 -
CMYK 0 0.25 0 0.63
HSL 300º 0.14% 0.33% -
HSV(B) 300º 0.25% 0.37% -
XYZ 9.04 7.77 11.85 -
YUV 80.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 95 71 95 0 0.25 0 0.63 300 0.14 0.33
Hex 5F 47 5F 0 19 0 3F 12C E 21
Octal 137 107 137 0 31 0 77 454 16 41
Binary 1011111 1000111 1011111 0 11001 0 111111 100101100 1110 100001

Color Harmonies of #5F475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F475F

Black with #5F475F

Text Example


Text Example

White with #5F475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,71,95); }

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

background-color css

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

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

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

border-color css

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

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

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