Html Css Color HEX #5A478B Gigas

📋 copy color: '#5A478B'

red 90 ◦ green 71 ◦ blue 139

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

Shades of Gigas #5A478B

Tints of Gigas #5A478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 30%
G = 23.67%
B = 46.33%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A478B (or 0x5A478B) is known color: Gigas. HEX triplet: 5A, 47 and 8B. RGB value is (90,71,139). Sum of RGB (Red+Green+Blue) = 90+71+139=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A478B is #A5B874. Grayscale: #545454. Windows color (decimal): -10860661 or 9127770. OLE color: 9127770.

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

Color convert

RGB 90 71 139 -
CMYK 0.35 0.49 0 0.45
HSL 256.76º 0.32% 0.41% -
HSV(B) 256.76º 0.49% 0.55% -
XYZ 11.13 8.54 25.49 -
YUV 84.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 90 71 139 0.35 0.49 0 0.45 256.76 0.32 0.41
Hex 5A 47 8B 23 31 0 2D 101 20 29
Octal 132 107 213 43 61 0 55 401 40 51
Binary 1011010 1000111 10001011 100011 110001 0 101101 100000001 100000 101001

Color Harmonies of #5A478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A478B

Black with #5A478B

Text Example


Text Example

White with #5A478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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