Html Css Color HEX #5E4889 Gigas

📋 copy color: '#5E4889'

red 94 ◦ green 72 ◦ blue 137

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

Shades of Gigas #5E4889

Tints of Gigas #5E4889

RGB

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

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

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

R = 31.02%
G = 23.76%
B = 45.21%

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

#5E4889 (or 0x5E4889) is known color: Gigas. HEX triplet: 5E, 48 and 89. RGB value is (94,72,137). Sum of RGB (Red+Green+Blue) = 94+72+137=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4889 is #A1B776. Grayscale: #555555. Windows color (decimal): -10598263 or 8996958. OLE color: 8996958.

HSL color Cylindrical-coordinate representation of color #5E4889: hue angle of 260.31º degrees, saturation: 0.31, 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 #5E4889 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 72 137 -
CMYK 0.31 0.47 0 0.46
HSL 260.31º 0.31% 0.41% -
HSV(B) 260.31º 0.47% 0.54% -
XYZ 11.45 8.82 24.77 -
YUV 85.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 94 72 137 0.31 0.47 0 0.46 260.31 0.31 0.41
Hex 5E 48 89 1F 2F 0 2E 104 1F 29
Octal 136 110 211 37 57 0 56 404 37 51
Binary 1011110 1001000 10001001 11111 101111 0 101110 100000100 11111 101001

Color Harmonies of #5E4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4889

Black with #5E4889

Text Example


Text Example

White with #5E4889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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