Html Css Color HEX #5A4386 Gigas

📋 copy color: '#5A4386'

red 90 ◦ green 67 ◦ blue 134

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

Shades of Gigas #5A4386

Tints of Gigas #5A4386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 30.93%
G = 23.02%
B = 46.05%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A4386 (or 0x5A4386) is known color: Gigas. HEX triplet: 5A, 43 and 86. RGB value is (90,67,134). Sum of RGB (Red+Green+Blue) = 90+67+134=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A4386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4386 is #A5BC79. Grayscale: #515151. Windows color (decimal): -10861690 or 8799066. OLE color: 8799066.

HSL color Cylindrical-coordinate representation of color #5A4386: hue angle of 260.6º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4386 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 67 134 -
CMYK 0.33 0.5 0 0.47
HSL 260.6º 0.33% 0.39% -
HSV(B) 260.6º 0.5% 0.53% -
XYZ 10.53 7.91 23.53 -
YUV 81.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 90 67 134 0.33 0.5 0 0.47 260.6 0.33 0.39
Hex 5A 43 86 21 32 0 2F 105 21 27
Octal 132 103 206 41 62 0 57 405 41 47
Binary 1011010 1000011 10000110 100001 110010 0 101111 100000101 100001 100111

Color Harmonies of #5A4386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4386

Black with #5A4386

Text Example


Text Example

White with #5A4386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,134); }

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

background-color css

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

 a { background-color: rgb(90,67,134); }

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

border-color css

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

 span { border-color: rgb(90,67,134); }

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