Html Css Color HEX #5E4989 Gigas

📋 copy color: '#5E4989'

red 94 ◦ green 73 ◦ blue 137

#5E4989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #5E4989

Tints of Gigas #5E4989

RGB

 RED value IS 94 (37.11% from 255) = 30.92%

 GREEN value IS 73 (28.91% from 255) = 24.01%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 30.92%
G = 24.01%
B = 45.07%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E4989 (or 0x5E4989) is known color: Gigas. HEX triplet: 5E, 49 and 89. RGB value is (94,73,137). Sum of RGB (Red+Green+Blue) = 94+73+137=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E4989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4989 is #A1B676. Grayscale: #565656. Windows color (decimal): -10598007 or 8997214. OLE color: 8997214.

HSL color Cylindrical-coordinate representation of color #5E4989: hue angle of 259.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4989 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 73 137 -
CMYK 0.31 0.47 0 0.46
HSL 259.69º 0.3% 0.41% -
HSV(B) 259.69º 0.47% 0.54% -
XYZ 11.51 8.95 24.79 -
YUV 86.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 94 73 137 0.31 0.47 0 0.46 259.69 0.3 0.41
Hex 5E 49 89 1F 2F 0 2E 104 1E 29
Octal 136 111 211 37 57 0 56 404 36 51
Binary 1011110 1001001 10001001 11111 101111 0 101110 100000100 11110 101001

Color Harmonies of #5E4989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4989

Black with #5E4989

Text Example


Text Example

White with #5E4989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,73,137); }

 H1.HeaderClassName
 {
   color: #5E4989;
 }
 .AnyTagClassName
 {
   color: #5E4989;
 }
</style>

background-color css

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

 a { background-color: rgb(94,73,137); }

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

border-color css

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

 span { border-color: rgb(94,73,137); }

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