Html Css Color HEX #5A4584 Gigas

📋 copy color: '#5A4584'

red 90 ◦ green 69 ◦ blue 132

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

Shades of Gigas #5A4584

Tints of Gigas #5A4584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 30.93%
G = 23.71%
B = 45.36%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A4584 (or 0x5A4584) is known color: Gigas. HEX triplet: 5A, 45 and 84. RGB value is (90,69,132). Sum of RGB (Red+Green+Blue) = 90+69+132=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A4584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4584 is #A5BA7B. Grayscale: #525252. Windows color (decimal): -10861180 or 8668506. OLE color: 8668506.

HSL color Cylindrical-coordinate representation of color #5A4584: hue angle of 260º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A4584 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 69 132 -
CMYK 0.32 0.48 0 0.48
HSL 260º 0.31% 0.39% -
HSV(B) 260º 0.48% 0.52% -
XYZ 10.51 8.1 22.84 -
YUV 82.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 90 69 132 0.32 0.48 0 0.48 260 0.31 0.39
Hex 5A 45 84 20 30 0 30 104 1F 27
Octal 132 105 204 40 60 0 60 404 37 47
Binary 1011010 1000101 10000100 100000 110000 0 110000 100000100 11111 100111

Color Harmonies of #5A4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4584

Black with #5A4584

Text Example


Text Example

White with #5A4584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,69,132); }

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

background-color css

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

 a { background-color: rgb(90,69,132); }

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

border-color css

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

 span { border-color: rgb(90,69,132); }

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