Html Css Color HEX #5B475F Fedora

📋 copy color: '#5B475F'

red 91 ◦ green 71 ◦ blue 95

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

Shades of Fedora #5B475F

Tints of Fedora #5B475F

RGB

 RED value IS 91 (35.94% from 255) = 35.41%

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

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

R = 35.41%
G = 27.63%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5B475F (or 0x5B475F) is known color: Fedora. HEX triplet: 5B, 47 and 5F. RGB value is (91,71,95). Sum of RGB (Red+Green+Blue) = 91+71+95=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B475F is #A4B8A0. Grayscale: #4F4F4F. Windows color (decimal): -10795169 or 6244187. OLE color: 6244187.

HSL color Cylindrical-coordinate representation of color #5B475F: hue angle of 290º 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 #5B475F is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 71 95 -
CMYK 0.04 0.25 0 0.63
HSL 290º 0.14% 0.33% -
HSV(B) 290º 0.25% 0.37% -
XYZ 8.63 7.56 11.83 -
YUV 79.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 91 71 95 0.04 0.25 0 0.63 290 0.14 0.33
Hex 5B 47 5F 4 19 0 3F 122 E 21
Octal 133 107 137 4 31 0 77 442 16 41
Binary 1011011 1000111 1011111 100 11001 0 111111 100100010 1110 100001

Color Harmonies of #5B475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B475F

Black with #5B475F

Text Example


Text Example

White with #5B475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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