Html Css Color HEX #5B4661 Fedora

📋 copy color: '#5B4661'

red 91 ◦ green 70 ◦ blue 97

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

Shades of Fedora #5B4661

Tints of Fedora #5B4661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 35.27%
G = 27.13%
B = 37.6%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4661 (or 0x5B4661) is known color: Fedora. HEX triplet: 5B, 46 and 61. RGB value is (91,70,97). Sum of RGB (Red+Green+Blue) = 91+70+97=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B4661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4661 is #A4B99E. Grayscale: #4F4F4F. Windows color (decimal): -10795423 or 6375003. OLE color: 6375003.

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

Color convert

RGB 91 70 97 -
CMYK 0.06 0.28 0 0.62
HSL 286.67º 0.16% 0.33% -
HSV(B) 286.67º 0.28% 0.38% -
XYZ 8.66 7.47 12.29 -
YUV 79.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 91 70 97 0.06 0.28 0 0.62 286.67 0.16 0.33
Hex 5B 46 61 6 1C 0 3E 11F 10 21
Octal 133 106 141 6 34 0 76 437 20 41
Binary 1011011 1000110 1100001 110 11100 0 111110 100011111 10000 100001

Color Harmonies of #5B4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4661

Black with #5B4661

Text Example


Text Example

White with #5B4661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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