Html Css Color HEX #5B5160 Fedora

📋 copy color: '#5B5160'

red 91 ◦ green 81 ◦ blue 96

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

Shades of Fedora #5B5160

Tints of Fedora #5B5160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 33.96%
G = 30.22%
B = 35.82%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B5160 (or 0x5B5160) is known color: Fedora. HEX triplet: 5B, 51 and 60. RGB value is (91,81,96). Sum of RGB (Red+Green+Blue) = 91+81+96=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5160 is #A4AE9F. Grayscale: #555555. Windows color (decimal): -10792608 or 6312283. OLE color: 6312283.

HSL color Cylindrical-coordinate representation of color #5B5160: hue angle of 280º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B5160 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 81 96 -
CMYK 0.05 0.16 0 0.62
HSL 280º 0.08% 0.35% -
HSV(B) 280º 0.16% 0.38% -
XYZ 9.37 8.95 12.3 -
YUV 85.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 91 81 96 0.05 0.16 0 0.62 280 0.08 0.35
Hex 5B 51 60 5 10 0 3E 118 8 23
Octal 133 121 140 5 20 0 76 430 10 43
Binary 1011011 1010001 1100000 101 10000 0 111110 100011000 1000 100011

Color Harmonies of #5B5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5160

Black with #5B5160

Text Example


Text Example

White with #5B5160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,81,96); }

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

background-color css

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

 a { background-color: rgb(91,81,96); }

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

border-color css

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

 span { border-color: rgb(91,81,96); }

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