Html Css Color HEX #5B575D Fedora

📋 copy color: '#5B575D'

red 91 ◦ green 87 ◦ blue 93

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

Shades of Fedora #5B575D

Tints of Fedora #5B575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 33.58%
G = 32.1%
B = 34.32%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B575D (or 0x5B575D) is known color: Fedora. HEX triplet: 5B, 57 and 5D. RGB value is (91,87,93). Sum of RGB (Red+Green+Blue) = 91+87+93=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B575D is #A4A8A2. Grayscale: #585858. Windows color (decimal): -10791075 or 6117211. OLE color: 6117211.

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

Color convert

RGB 91 87 93 -
CMYK 0.02 0.06 0 0.64
HSL 280º 0.03% 0.35% -
HSV(B) 280º 0.06% 0.36% -
XYZ 9.7 9.83 11.74 -
YUV 88.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 91 87 93 0.02 0.06 0 0.64 280 0.03 0.35
Hex 5B 57 5D 2 6 0 40 118 3 23
Octal 133 127 135 2 6 0 100 430 3 43
Binary 1011011 1010111 1011101 10 110 0 1000000 100011000 11 100011

Color Harmonies of #5B575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B575D

Black with #5B575D

Text Example


Text Example

White with #5B575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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