Html Css Color HEX #5E4B92 Gigas

📋 copy color: '#5E4B92'

red 94 ◦ green 75 ◦ blue 146

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

Shades of Gigas #5E4B92

Tints of Gigas #5E4B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 29.84%
G = 23.81%
B = 46.35%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E4B92 (or 0x5E4B92) is known color: Gigas. HEX triplet: 5E, 4B and 92. RGB value is (94,75,146). Sum of RGB (Red+Green+Blue) = 94+75+146=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E4B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4B92 is #A1B46D. Grayscale: #585858. Windows color (decimal): -10597486 or 9587550. OLE color: 9587550.

HSL color Cylindrical-coordinate representation of color #5E4B92: hue angle of 256.06º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E4B92 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 75 146 -
CMYK 0.36 0.49 0 0.43
HSL 256.06º 0.32% 0.43% -
HSV(B) 256.06º 0.49% 0.57% -
XYZ 12.32 9.49 28.38 -
YUV 88.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 94 75 146 0.36 0.49 0 0.43 256.06 0.32 0.43
Hex 5E 4B 92 24 31 0 2B 100 20 2B
Octal 136 113 222 44 61 0 53 400 40 53
Binary 1011110 1001011 10010010 100100 110001 0 101011 100000000 100000 101011

Color Harmonies of #5E4B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4B92

Black with #5E4B92

Text Example


Text Example

White with #5E4B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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