Html Css Color HEX #5B4D9A Gigas

📋 copy color: '#5B4D9A'

red 91 ◦ green 77 ◦ blue 154

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

Shades of Gigas #5B4D9A

Tints of Gigas #5B4D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 28.26%
G = 23.91%
B = 47.83%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B4D9A (or 0x5B4D9A) is known color: Gigas. HEX triplet: 5B, 4D and 9A. RGB value is (91,77,154). Sum of RGB (Red+Green+Blue) = 91+77+154=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B4D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4D9A is #A4B265. Grayscale: #595959. Windows color (decimal): -10793574 or 10112347. OLE color: 10112347.

HSL color Cylindrical-coordinate representation of color #5B4D9A: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B4D9A is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 77 154 -
CMYK 0.41 0.50 0 0.40
HSL 250.91º 0.33% 0.45% -
HSV(B) 250.91º 0.5% 0.6% -
XYZ 12.8 9.86 31.8 -
YUV 89.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 91 77 154 0.41 0.50 0 0.40 250.91 0.33 0.45
Hex 5B 4D 9A 29 32 0 28 FB 21 2D
Octal 133 115 232 51 62 0 50 373 41 55
Binary 1011011 1001101 10011010 101001 110010 0 101000 11111011 100001 101101

Color Harmonies of #5B4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4D9A

Black with #5B4D9A

Text Example


Text Example

White with #5B4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,77,154); }

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

background-color css

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

 a { background-color: rgb(91,77,154); }

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

border-color css

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

 span { border-color: rgb(91,77,154); }

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