Html Css Color HEX #5B505D Fedora

📋 copy color: '#5B505D'

red 91 ◦ green 80 ◦ blue 93

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

Shades of Fedora #5B505D

Tints of Fedora #5B505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 34.47%
G = 30.3%
B = 35.23%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B505D (or 0x5B505D) is known color: Fedora. HEX triplet: 5B, 50 and 5D. RGB value is (91,80,93). Sum of RGB (Red+Green+Blue) = 91+80+93=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B505D is #A4AFA2. Grayscale: #545454. Windows color (decimal): -10792867 or 6115419. OLE color: 6115419.

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

Color convert

RGB 91 80 93 -
CMYK 0.02 0.14 0 0.64
HSL 290.77º 0.08% 0.34% -
HSV(B) 290.77º 0.14% 0.36% -
XYZ 9.16 8.75 11.56 -
YUV 84.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 91 80 93 0.02 0.14 0 0.64 290.77 0.08 0.34
Hex 5B 50 5D 2 E 0 40 123 8 22
Octal 133 120 135 2 16 0 100 443 10 42
Binary 1011011 1010000 1011101 10 1110 0 1000000 100100011 1000 100010

Color Harmonies of #5B505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B505D

Black with #5B505D

Text Example


Text Example

White with #5B505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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