Html Css Color HEX #5B4982 Gigas

📋 copy color: '#5B4982'

red 91 ◦ green 73 ◦ blue 130

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

Shades of Gigas #5B4982

Tints of Gigas #5B4982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 130 (51.17% from 255) = 44.22%

R = 30.95%
G = 24.83%
B = 44.22%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B4982 (or 0x5B4982) is known color: Gigas. HEX triplet: 5B, 49 and 82. RGB value is (91,73,130). Sum of RGB (Red+Green+Blue) = 91+73+130=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B4982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4982 is #A4B67D. Grayscale: #545454. Windows color (decimal): -10794622 or 8538459. OLE color: 8538459.

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

Color convert

RGB 91 73 130 -
CMYK 0.30 0.44 0 0.49
HSL 258.95º 0.28% 0.4% -
HSV(B) 258.95º 0.44% 0.51% -
XYZ 10.73 8.6 22.21 -
YUV 84.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 91 73 130 0.30 0.44 0 0.49 258.95 0.28 0.4
Hex 5B 49 82 1E 2C 0 31 103 1C 28
Octal 133 111 202 36 54 0 61 403 34 50
Binary 1011011 1001001 10000010 11110 101100 0 110001 100000011 11100 101000

Color Harmonies of #5B4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4982

Black with #5B4982

Text Example


Text Example

White with #5B4982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,73,130); }

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

background-color css

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

 a { background-color: rgb(91,73,130); }

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

border-color css

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

 span { border-color: rgb(91,73,130); }

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