Html Css Color HEX #5A4689 Gigas

📋 copy color: '#5A4689'

red 90 ◦ green 70 ◦ blue 137

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

Shades of Gigas #5A4689

Tints of Gigas #5A4689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 30.3%
G = 23.57%
B = 46.13%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A4689 (or 0x5A4689) is known color: Gigas. HEX triplet: 5A, 46 and 89. RGB value is (90,70,137). Sum of RGB (Red+Green+Blue) = 90+70+137=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A4689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4689 is #A5B976. Grayscale: #535353. Windows color (decimal): -10860919 or 8996442. OLE color: 8996442.

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

Color convert

RGB 90 70 137 -
CMYK 0.34 0.49 0 0.46
HSL 257.91º 0.32% 0.41% -
HSV(B) 257.91º 0.49% 0.54% -
XYZ 10.92 8.36 24.7 -
YUV 83.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 90 70 137 0.34 0.49 0 0.46 257.91 0.32 0.41
Hex 5A 46 89 22 31 0 2E 102 20 29
Octal 132 106 211 42 61 0 56 402 40 51
Binary 1011010 1000110 10001001 100010 110001 0 101110 100000010 100000 101001

Color Harmonies of #5A4689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4689

Black with #5A4689

Text Example


Text Example

White with #5A4689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,70,137); }

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

background-color css

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

 a { background-color: rgb(90,70,137); }

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

border-color css

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

 span { border-color: rgb(90,70,137); }

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