Html Css Color HEX #5A4995 Gigas

📋 copy color: '#5A4995'

red 90 ◦ green 73 ◦ blue 149

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

Shades of Gigas #5A4995

Tints of Gigas #5A4995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 28.85%
G = 23.4%
B = 47.76%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A4995 (or 0x5A4995) is known color: Gigas. HEX triplet: 5A, 49 and 95. RGB value is (90,73,149). Sum of RGB (Red+Green+Blue) = 90+73+149=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4995 is #A5B66A. Grayscale: #565656. Windows color (decimal): -10860139 or 9783642. OLE color: 9783642.

HSL color Cylindrical-coordinate representation of color #5A4995: hue angle of 253.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A4995 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 73 149 -
CMYK 0.40 0.51 0 0.42
HSL 253.42º 0.34% 0.44% -
HSV(B) 253.42º 0.51% 0.58% -
XYZ 12.02 9.11 29.56 -
YUV 86.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 90 73 149 0.40 0.51 0 0.42 253.42 0.34 0.44
Hex 5A 49 95 28 33 0 2A FD 22 2C
Octal 132 111 225 50 63 0 52 375 42 54
Binary 1011010 1001001 10010101 101000 110011 0 101010 11111101 100010 101100

Color Harmonies of #5A4995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4995

Black with #5A4995

Text Example


Text Example

White with #5A4995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,73,149); }

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

background-color css

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

 a { background-color: rgb(90,73,149); }

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

border-color css

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

 span { border-color: rgb(90,73,149); }

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