#5B4B95

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

Shades of Gigas #5B4B95

Tints of Gigas #5B4B95

Color information

#5B4B95 (or 0x5B4B95) is unknown color: approx Gigas. HEX triplet: 5B, 4B and 95. RGB value is (91,75,149). Sum of RGB (Red+Green+Blue) = 91+75+149=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B4B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4B95 is #A4B46A. Grayscale: #575757. Windows color (decimal): -10794091 or 9784155. OLE color: 9784155.

HSL color Cylindrical-coordinate representation of color #5B4B95: hue angle of 252.97º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B4B95 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9175149-
CMYK0.390.5000.42
HSL252.97º33.04%43.92%-
HSV(B)252.97º49.66%58.43%-
XYZ12.269.4329.61-
YUV88.22162.3129.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=28.89%
G=23.81%
B=47.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91751490.390.5000.42252.9733.0443.92
Hex5B4B95273202Afd212c
Octal13311322547620523754154
Binary1011011100101110010101100111110010010101011111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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