Html Css Color HEX #5B4B84 Gigas

📋 copy color: '#5B4B84'

red 91 ◦ green 75 ◦ blue 132

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

Shades of Gigas #5B4B84

Tints of Gigas #5B4B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

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

R = 30.54%
G = 25.17%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B4B84 (or 0x5B4B84) is known color: Gigas. HEX triplet: 5B, 4B and 84. RGB value is (91,75,132). Sum of RGB (Red+Green+Blue) = 91+75+132=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B4B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4B84 is #A4B47B. Grayscale: #565656. Windows color (decimal): -10794108 or 8670043. OLE color: 8670043.

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

Color convert

RGB 91 75 132 -
CMYK 0.31 0.43 0 0.48
HSL 256.84º 0.28% 0.41% -
HSV(B) 256.84º 0.43% 0.52% -
XYZ 11 8.92 22.97 -
YUV 86.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 91 75 132 0.31 0.43 0 0.48 256.84 0.28 0.41
Hex 5B 4B 84 1F 2B 0 30 101 1C 29
Octal 133 113 204 37 53 0 60 401 34 51
Binary 1011011 1001011 10000100 11111 101011 0 110000 100000001 11100 101001

Color Harmonies of #5B4B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4B84

Black with #5B4B84

Text Example


Text Example

White with #5B4B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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