#5b4994

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

Shades of Gigas #5B4994

Tints of Gigas #5B4994

Color information

#5B4994 (or 0x5B4994) is unknown color: approx Gigas. HEX triplet: 5B, 49 and 94. RGB value is (91,73,148). Sum of RGB (Red+Green+Blue) = 91+73+148=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B4994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4994 is #A4B66B. Grayscale: #565656. Windows color (decimal): -10794604 or 9718107. OLE color: 9718107.

HSL color Cylindrical-coordinate representation of color #5B4994: hue angle of 254.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B4994 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9173148-
CMYK0.390.5100.42
HSL254.4º33.94%43.33%-
HSV(B)254.4º50.68%58.04%-
XYZ12.049.1329.14-
YUV86.93162.46130.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=29.17%
G=23.40%
B=47.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91731480.390.5100.42254.433.9443.33
Hex5B4994273302Afe222b
Octal13311122447630523764253
Binary1011011100100110010100100111110011010101011111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,148); }

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

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

 a { background-color: rgb(91,73,148); }

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

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

 span { border-color: rgb(91,73,148); }

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