Html Css Color HEX #5B4660 Fedora

📋 copy color: '#5B4660'

red 91 ◦ green 70 ◦ blue 96

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

Shades of Fedora #5B4660

Tints of Fedora #5B4660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 35.41%
G = 27.24%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4660 (or 0x5B4660) is known color: Fedora. HEX triplet: 5B, 46 and 60. RGB value is (91,70,96). Sum of RGB (Red+Green+Blue) = 91+70+96=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4660 is #A4B99F. Grayscale: #4F4F4F. Windows color (decimal): -10795424 or 6309467. OLE color: 6309467.

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

Color convert

RGB 91 70 96 -
CMYK 0.05 0.27 0 0.62
HSL 288.46º 0.16% 0.33% -
HSV(B) 288.46º 0.27% 0.38% -
XYZ 8.62 7.45 12.05 -
YUV 79.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 91 70 96 0.05 0.27 0 0.62 288.46 0.16 0.33
Hex 5B 46 60 5 1B 0 3E 120 10 21
Octal 133 106 140 5 33 0 76 440 20 41
Binary 1011011 1000110 1100000 101 11011 0 111110 100100000 10000 100001

Color Harmonies of #5B4660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4660

Black with #5B4660

Text Example


Text Example

White with #5B4660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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