Html Css Color HEX #5B4760 Fedora

📋 copy color: '#5B4760'

red 91 ◦ green 71 ◦ blue 96

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

Shades of Fedora #5B4760

Tints of Fedora #5B4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 35.27%
G = 27.52%
B = 37.21%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4760 (or 0x5B4760) is known color: Fedora. HEX triplet: 5B, 47 and 60. RGB value is (91,71,96). Sum of RGB (Red+Green+Blue) = 91+71+96=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4760 is #A4B89F. Grayscale: #4F4F4F. Windows color (decimal): -10795168 or 6309723. OLE color: 6309723.

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

Color convert

RGB 91 71 96 -
CMYK 0.05 0.26 0 0.62
HSL 288º 0.15% 0.33% -
HSV(B) 288º 0.26% 0.38% -
XYZ 8.68 7.58 12.07 -
YUV 79.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 91 71 96 0.05 0.26 0 0.62 288 0.15 0.33
Hex 5B 47 60 5 1A 0 3E 120 F 21
Octal 133 107 140 5 32 0 76 440 17 41
Binary 1011011 1000111 1100000 101 11010 0 111110 100100000 1111 100001

Color Harmonies of #5B4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4760

Black with #5B4760

Text Example


Text Example

White with #5B4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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