Html Css Color HEX #5B4779 Gigas

📋 copy color: '#5B4779'

red 91 ◦ green 71 ◦ blue 121

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

Shades of Gigas #5B4779

Tints of Gigas #5B4779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 32.16%
G = 25.09%
B = 42.76%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B4779 (or 0x5B4779) is known color: Gigas. HEX triplet: 5B, 47 and 79. RGB value is (91,71,121). Sum of RGB (Red+Green+Blue) = 91+71+121=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B4779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4779 is #A4B886. Grayscale: #525252. Windows color (decimal): -10795143 or 7948123. OLE color: 7948123.

HSL color Cylindrical-coordinate representation of color #5B4779: hue angle of 264º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B4779 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 71 121 -
CMYK 0.25 0.41 0 0.53
HSL 264º 0.26% 0.38% -
HSV(B) 264º 0.41% 0.47% -
XYZ 10.02 8.11 19.13 -
YUV 82.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 91 71 121 0.25 0.41 0 0.53 264 0.26 0.38
Hex 5B 47 79 19 29 0 35 108 1A 26
Octal 133 107 171 31 51 0 65 410 32 46
Binary 1011011 1000111 1111001 11001 101001 0 110101 100001000 11010 100110

Color Harmonies of #5B4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4779

Black with #5B4779

Text Example


Text Example

White with #5B4779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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