#5b4a8d

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

Shades of Gigas #5B4A8D

Tints of Gigas #5B4A8D

Color information

#5B4A8D (or 0x5B4A8D) is unknown color: approx Gigas. HEX triplet: 5B, 4A and 8D. RGB value is (91,74,141). Sum of RGB (Red+Green+Blue) = 91+74+141=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B4A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4A8D is #A4B572. Grayscale: #565656. Windows color (decimal): -10794355 or 9259611. OLE color: 9259611.

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

Color convert

RGB9174141-
CMYK0.350.4800.45
HSL255.22º31.16%42.16%-
HSV(B)255.22º47.52%55.29%-
XYZ11.579.0426.34-
YUV86.72158.63131.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=29.74%
G=24.18%
B=46.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91741410.350.4800.45255.2231.1642.16
Hex5B4A8D233002Dff1f2a
Octal13311221543600553773752
Binary101101110010101000110110001111000001011011111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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