Html Css Color HEX #5B4784 Gigas

📋 copy color: '#5B4784'

red 91 ◦ green 71 ◦ blue 132

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

Shades of Gigas #5B4784

Tints of Gigas #5B4784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 30.95%
G = 24.15%
B = 44.9%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B4784 (or 0x5B4784) is known color: Gigas. HEX triplet: 5B, 47 and 84. RGB value is (91,71,132). Sum of RGB (Red+Green+Blue) = 91+71+132=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B4784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4784 is #A4B87B. Grayscale: #535353. Windows color (decimal): -10795132 or 8669019. OLE color: 8669019.

HSL color Cylindrical-coordinate representation of color #5B4784: hue angle of 259.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B4784 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 71 132 -
CMYK 0.31 0.46 0 0.48
HSL 259.67º 0.3% 0.4% -
HSV(B) 259.67º 0.46% 0.52% -
XYZ 10.73 8.4 22.88 -
YUV 83.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 91 71 132 0.31 0.46 0 0.48 259.67 0.3 0.4
Hex 5B 47 84 1F 2E 0 30 104 1E 28
Octal 133 107 204 37 56 0 60 404 36 50
Binary 1011011 1000111 10000100 11111 101110 0 110000 100000100 11110 101000

Color Harmonies of #5B4784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4784

Black with #5B4784

Text Example


Text Example

White with #5B4784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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