Html Css Color HEX #5A497F Gigas

📋 copy color: '#5A497F'

red 90 ◦ green 73 ◦ blue 127

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

Shades of Gigas #5A497F

Tints of Gigas #5A497F

RGB

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

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

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

R = 31.03%
G = 25.17%
B = 43.79%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A497F (or 0x5A497F) is known color: Gigas. HEX triplet: 5A, 49 and 7F. RGB value is (90,73,127). Sum of RGB (Red+Green+Blue) = 90+73+127=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A497F is #A5B680. Grayscale: #545454. Windows color (decimal): -10860161 or 8341850. OLE color: 8341850.

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

Color convert

RGB 90 73 127 -
CMYK 0.29 0.43 0 0.50
HSL 258.89º 0.27% 0.39% -
HSV(B) 258.89º 0.43% 0.5% -
XYZ 10.43 8.47 21.16 -
YUV 84.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 90 73 127 0.29 0.43 0 0.50 258.89 0.27 0.39
Hex 5A 49 7F 1D 2B 0 32 103 1B 27
Octal 132 111 177 35 53 0 62 403 33 47
Binary 1011010 1001001 1111111 11101 101011 0 110010 100000011 11011 100111

Color Harmonies of #5A497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A497F

Black with #5A497F

Text Example


Text Example

White with #5A497F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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