Html Css Color HEX #5B4783 Gigas

📋 copy color: '#5B4783'

red 91 ◦ green 71 ◦ blue 131

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

Shades of Gigas #5B4783

Tints of Gigas #5B4783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.71%

R = 31.06%
G = 24.23%
B = 44.71%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B4783 (or 0x5B4783) is known color: Gigas. HEX triplet: 5B, 47 and 83. RGB value is (91,71,131). Sum of RGB (Red+Green+Blue) = 91+71+131=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B4783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4783 is #A4B87C. Grayscale: #535353. Windows color (decimal): -10795133 or 8603483. OLE color: 8603483.

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

Color convert

RGB 91 71 131 -
CMYK 0.31 0.46 0 0.49
HSL 260º 0.3% 0.4% -
HSV(B) 260º 0.46% 0.51% -
XYZ 10.66 8.37 22.53 -
YUV 83.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 91 71 131 0.31 0.46 0 0.49 260 0.3 0.4
Hex 5B 47 83 1F 2E 0 31 104 1E 28
Octal 133 107 203 37 56 0 61 404 36 50
Binary 1011011 1000111 10000011 11111 101110 0 110001 100000100 11110 101000

Color Harmonies of #5B4783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4783

Black with #5B4783

Text Example


Text Example

White with #5B4783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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