Html Css Color HEX #5A4878 Gigas

📋 copy color: '#5A4878'

red 90 ◦ green 72 ◦ blue 120

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

Shades of Gigas #5A4878

Tints of Gigas #5A4878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 31.91%
G = 25.53%
B = 42.55%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A4878 (or 0x5A4878) is known color: Gigas. HEX triplet: 5A, 48 and 78. RGB value is (90,72,120). Sum of RGB (Red+Green+Blue) = 90+72+120=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4878 is #A5B787. Grayscale: #525252. Windows color (decimal): -10860424 or 7882842. OLE color: 7882842.

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

Color convert

RGB 90 72 120 -
CMYK 0.25 0.40 0 0.53
HSL 262.5º 0.25% 0.38% -
HSV(B) 262.5º 0.4% 0.47% -
XYZ 9.92 8.16 18.82 -
YUV 82.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 90 72 120 0.25 0.40 0 0.53 262.5 0.25 0.38
Hex 5A 48 78 19 28 0 35 106 19 26
Octal 132 110 170 31 50 0 65 406 31 46
Binary 1011010 1001000 1111000 11001 101000 0 110101 100000110 11001 100110

Color Harmonies of #5A4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4878

Black with #5A4878

Text Example


Text Example

White with #5A4878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,120); }

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

background-color css

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

 a { background-color: rgb(90,72,120); }

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

border-color css

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

 span { border-color: rgb(90,72,120); }

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