Html Css Color HEX #5B478B Gigas

📋 copy color: '#5B478B'

red 91 ◦ green 71 ◦ blue 139

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

Shades of Gigas #5B478B

Tints of Gigas #5B478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.18%

R = 30.23%
G = 23.59%
B = 46.18%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B478B (or 0x5B478B) is known color: Gigas. HEX triplet: 5B, 47 and 8B. RGB value is (91,71,139). Sum of RGB (Red+Green+Blue) = 91+71+139=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B478B is #A4B874. Grayscale: #545454. Windows color (decimal): -10795125 or 9127771. OLE color: 9127771.

HSL color Cylindrical-coordinate representation of color #5B478B: hue angle of 257.65º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B478B is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 71 139 -
CMYK 0.35 0.49 0 0.45
HSL 257.65º 0.32% 0.41% -
HSV(B) 257.65º 0.49% 0.55% -
XYZ 11.23 8.59 25.49 -
YUV 84.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 91 71 139 0.35 0.49 0 0.45 257.65 0.32 0.41
Hex 5B 47 8B 23 31 0 2D 102 20 29
Octal 133 107 213 43 61 0 55 402 40 51
Binary 1011011 1000111 10001011 100011 110001 0 101101 100000010 100000 101001

Color Harmonies of #5B478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B478B

Black with #5B478B

Text Example


Text Example

White with #5B478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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