Html Css Color HEX #5E4B90 Gigas

📋 copy color: '#5E4B90'

red 94 ◦ green 75 ◦ blue 144

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

Shades of Gigas #5E4B90

Tints of Gigas #5E4B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

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

R = 30.03%
G = 23.96%
B = 46.01%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E4B90 (or 0x5E4B90) is known color: Gigas. HEX triplet: 5E, 4B and 90. RGB value is (94,75,144). Sum of RGB (Red+Green+Blue) = 94+75+144=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E4B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4B90 is #A1B46F. Grayscale: #585858. Windows color (decimal): -10597488 or 9456478. OLE color: 9456478.

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

Color convert

RGB 94 75 144 -
CMYK 0.35 0.48 0 0.44
HSL 256.52º 0.32% 0.43% -
HSV(B) 256.52º 0.48% 0.56% -
XYZ 12.17 9.43 27.56 -
YUV 88.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 94 75 144 0.35 0.48 0 0.44 256.52 0.32 0.43
Hex 5E 4B 90 23 30 0 2C 101 20 2B
Octal 136 113 220 43 60 0 54 401 40 53
Binary 1011110 1001011 10010000 100011 110000 0 101100 100000001 100000 101011

Color Harmonies of #5E4B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4B90

Black with #5E4B90

Text Example


Text Example

White with #5E4B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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