Html Css Color HEX #5A477C Gigas

📋 copy color: '#5A477C'

red 90 ◦ green 71 ◦ blue 124

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

Shades of Gigas #5A477C

Tints of Gigas #5A477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 31.58%
G = 24.91%
B = 43.51%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A477C (or 0x5A477C) is known color: Gigas. HEX triplet: 5A, 47 and 7C. RGB value is (90,71,124). Sum of RGB (Red+Green+Blue) = 90+71+124=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A477C is #A5B883. Grayscale: #525252. Windows color (decimal): -10860676 or 8144730. OLE color: 8144730.

HSL color Cylindrical-coordinate representation of color #5A477C: hue angle of 261.51º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A477C is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 71 124 -
CMYK 0.27 0.43 0 0.51
HSL 261.51º 0.27% 0.38% -
HSV(B) 261.51º 0.43% 0.49% -
XYZ 10.11 8.14 20.11 -
YUV 82.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 90 71 124 0.27 0.43 0 0.51 261.51 0.27 0.38
Hex 5A 47 7C 1B 2B 0 33 106 1B 26
Octal 132 107 174 33 53 0 63 406 33 46
Binary 1011010 1000111 1111100 11011 101011 0 110011 100000110 11011 100110

Color Harmonies of #5A477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A477C

Black with #5A477C

Text Example


Text Example

White with #5A477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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