Html Css Color HEX #5E477F Gigas

📋 copy color: '#5E477F'

red 94 ◦ green 71 ◦ blue 127

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

Shades of Gigas #5E477F

Tints of Gigas #5E477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 32.19%
G = 24.32%
B = 43.49%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E477F (or 0x5E477F) is known color: Gigas. HEX triplet: 5E, 47 and 7F. RGB value is (94,71,127). Sum of RGB (Red+Green+Blue) = 94+71+127=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E477F is #A1B880. Grayscale: #545454. Windows color (decimal): -10598529 or 8341342. OLE color: 8341342.

HSL color Cylindrical-coordinate representation of color #5E477F: hue angle of 264.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E477F is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 71 127 -
CMYK 0.26 0.44 0 0.50
HSL 264.64º 0.28% 0.39% -
HSV(B) 264.64º 0.44% 0.5% -
XYZ 10.7 8.42 21.14 -
YUV 84.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 94 71 127 0.26 0.44 0 0.50 264.64 0.28 0.39
Hex 5E 47 7F 1A 2C 0 32 109 1C 27
Octal 136 107 177 32 54 0 62 411 34 47
Binary 1011110 1000111 1111111 11010 101100 0 110010 100001001 11100 100111

Color Harmonies of #5E477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E477F

Black with #5E477F

Text Example


Text Example

White with #5E477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,127); }

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

background-color css

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

 a { background-color: rgb(94,71,127); }

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

border-color css

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

 span { border-color: rgb(94,71,127); }

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