#5B4993

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

Shades of Gigas #5B4993

Tints of Gigas #5B4993

Color information

#5B4993 (or 0x5B4993) is unknown color: approx Gigas. HEX triplet: 5B, 49 and 93. RGB value is (91,73,147). Sum of RGB (Red+Green+Blue) = 91+73+147=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B4993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4993 is #A4B66C. Grayscale: #565656. Windows color (decimal): -10794605 or 9652571. OLE color: 9652571.

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

Color convert

RGB9173147-
CMYK0.380.5000.42
HSL254.59º33.64%43.14%-
HSV(B)254.59º50.34%57.65%-
XYZ11.969.128.73-
YUV86.82161.96130.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=29.26%
G=23.47%
B=47.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91731470.380.5000.42254.5933.6443.14
Hex5B4993263202Aff222b
Octal13311122346620523774253
Binary1011011100100110010011100110110010010101011111111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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