#5B4A92

Color #5B4A92 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #5B4A92

Tints of Gigas #5B4A92

Color information

#5B4A92 (or 0x5B4A92) is unknown color: approx Gigas. HEX triplet: 5B, 4A and 92. RGB value is (91,74,146). Sum of RGB (Red+Green+Blue) = 91+74+146=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B4A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4A92 is #A4B56D. Grayscale: #575757. Windows color (decimal): -10794350 or 9587291. OLE color: 9587291.

HSL color Cylindrical-coordinate representation of color #5B4A92: hue angle of 254.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B4A92 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9174146-
CMYK0.380.4900.43
HSL254.17º32.73%43.14%-
HSV(B)254.17º49.32%57.25%-
XYZ11.959.228.34-
YUV87.29161.13130.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=29.26%
G=23.79%
B=46.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91741460.380.4900.43254.1732.7343.14
Hex5B4A92263102Bfe212b
Octal13311222246610533764153
Binary1011011100101010010010100110110001010101111111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,146); }

 H1.HeaderClassName
 {
   color: #5B4A92;
 }
 .AnyTagClassName
 {
   color: #5B4A92;
 }
</style>
background-color css

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

 a { background-color: rgb(91,74,146); }

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

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

 span { border-color: rgb(91,74,146); }

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