Html Css Color HEX #5E4C90 Gigas

📋 copy color: '#5E4C90'

red 94 ◦ green 76 ◦ blue 144

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

Shades of Gigas #5E4C90

Tints of Gigas #5E4C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 29.94%
G = 24.2%
B = 45.86%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E4C90 (or 0x5E4C90) is known color: Gigas. HEX triplet: 5E, 4C and 90. RGB value is (94,76,144). Sum of RGB (Red+Green+Blue) = 94+76+144=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E4C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4C90 is #A1B36F. Grayscale: #585858. Windows color (decimal): -10597232 or 9456734. OLE color: 9456734.

HSL color Cylindrical-coordinate representation of color #5E4C90: hue angle of 255.88º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4C90 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 76 144 -
CMYK 0.35 0.47 0 0.44
HSL 255.88º 0.31% 0.43% -
HSV(B) 255.88º 0.47% 0.56% -
XYZ 12.23 9.56 27.59 -
YUV 89.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 94 76 144 0.35 0.47 0 0.44 255.88 0.31 0.43
Hex 5E 4C 90 23 2F 0 2C 100 1F 2B
Octal 136 114 220 43 57 0 54 400 37 53
Binary 1011110 1001100 10010000 100011 101111 0 101100 100000000 11111 101011

Color Harmonies of #5E4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4C90

Black with #5E4C90

Text Example


Text Example

White with #5E4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,76,144); }

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

background-color css

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

 a { background-color: rgb(94,76,144); }

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

border-color css

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

 span { border-color: rgb(94,76,144); }

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