Html Css Color HEX #5E4886 Gigas

📋 copy color: '#5E4886'

red 94 ◦ green 72 ◦ blue 134

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

Shades of Gigas #5E4886

Tints of Gigas #5E4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 31.33%
G = 24%
B = 44.67%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E4886 (or 0x5E4886) is known color: Gigas. HEX triplet: 5E, 48 and 86. RGB value is (94,72,134). Sum of RGB (Red+Green+Blue) = 94+72+134=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E4886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4886 is #A1B779. Grayscale: #555555. Windows color (decimal): -10598266 or 8800350. OLE color: 8800350.

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

Color convert

RGB 94 72 134 -
CMYK 0.30 0.46 0 0.47
HSL 261.29º 0.3% 0.4% -
HSV(B) 261.29º 0.46% 0.53% -
XYZ 11.24 8.74 23.65 -
YUV 85.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 94 72 134 0.30 0.46 0 0.47 261.29 0.3 0.4
Hex 5E 48 86 1E 2E 0 2F 105 1E 28
Octal 136 110 206 36 56 0 57 405 36 50
Binary 1011110 1001000 10000110 11110 101110 0 101111 100000101 11110 101000

Color Harmonies of #5E4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4886

Black with #5E4886

Text Example


Text Example

White with #5E4886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,72,134); }

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

background-color css

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

 a { background-color: rgb(94,72,134); }

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

border-color css

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

 span { border-color: rgb(94,72,134); }

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