Html Css Color HEX #5B495D Fedora

📋 copy color: '#5B495D'

red 91 ◦ green 73 ◦ blue 93

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

Shades of Fedora #5B495D

Tints of Fedora #5B495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 35.41%
G = 28.4%
B = 36.19%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B495D (or 0x5B495D) is known color: Fedora. HEX triplet: 5B, 49 and 5D. RGB value is (91,73,93). Sum of RGB (Red+Green+Blue) = 91+73+93=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B495D is #A4B6A2. Grayscale: #505050. Windows color (decimal): -10794659 or 6113627. OLE color: 6113627.

HSL color Cylindrical-coordinate representation of color #5B495D: hue angle of 294º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B495D is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 73 93 -
CMYK 0.02 0.22 0 0.64
HSL 294º 0.12% 0.33% -
HSV(B) 294º 0.22% 0.36% -
XYZ 8.67 7.78 11.4 -
YUV 80.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 91 73 93 0.02 0.22 0 0.64 294 0.12 0.33
Hex 5B 49 5D 2 16 0 40 126 C 21
Octal 133 111 135 2 26 0 100 446 14 41
Binary 1011011 1001001 1011101 10 10110 0 1000000 100100110 1100 100001

Color Harmonies of #5B495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B495D

Black with #5B495D

Text Example


Text Example

White with #5B495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,73,93); }

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

background-color css

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

 a { background-color: rgb(91,73,93); }

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

border-color css

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

 span { border-color: rgb(91,73,93); }

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