Html Css Color HEX #5A478A Gigas

📋 copy color: '#5A478A'

red 90 ◦ green 71 ◦ blue 138

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

Shades of Gigas #5A478A

Tints of Gigas #5A478A

RGB

 RED value IS 90 (35.55% from 255) = 30.1%

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 30.1%
G = 23.75%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A478A (or 0x5A478A) is known color: Gigas. HEX triplet: 5A, 47 and 8A. RGB value is (90,71,138). Sum of RGB (Red+Green+Blue) = 90+71+138=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A478A is #A5B875. Grayscale: #545454. Windows color (decimal): -10860662 or 9062234. OLE color: 9062234.

HSL color Cylindrical-coordinate representation of color #5A478A: hue angle of 257.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A478A is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 71 138 -
CMYK 0.35 0.49 0 0.46
HSL 257.01º 0.32% 0.41% -
HSV(B) 257.01º 0.49% 0.54% -
XYZ 11.06 8.52 25.11 -
YUV 84.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 90 71 138 0.35 0.49 0 0.46 257.01 0.32 0.41
Hex 5A 47 8A 23 31 0 2E 101 20 29
Octal 132 107 212 43 61 0 56 401 40 51
Binary 1011010 1000111 10001010 100011 110001 0 101110 100000001 100000 101001

Color Harmonies of #5A478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A478A

Black with #5A478A

Text Example


Text Example

White with #5A478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,138); }

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

background-color css

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

 a { background-color: rgb(90,71,138); }

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

border-color css

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

 span { border-color: rgb(90,71,138); }

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