Html Css Color HEX #5A468E Gigas

📋 copy color: '#5A468E'

red 90 ◦ green 70 ◦ blue 142

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

Shades of Gigas #5A468E

Tints of Gigas #5A468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.02%

R = 29.8%
G = 23.18%
B = 47.02%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A468E (or 0x5A468E) is known color: Gigas. HEX triplet: 5A, 46 and 8E. RGB value is (90,70,142). Sum of RGB (Red+Green+Blue) = 90+70+142=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A468E is #A5B971. Grayscale: #535353. Windows color (decimal): -10860914 or 9324122. OLE color: 9324122.

HSL color Cylindrical-coordinate representation of color #5A468E: hue angle of 256.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A468E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 70 142 -
CMYK 0.37 0.51 0 0.44
HSL 256.67º 0.34% 0.42% -
HSV(B) 256.67º 0.51% 0.56% -
XYZ 11.29 8.51 26.64 -
YUV 84.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 90 70 142 0.37 0.51 0 0.44 256.67 0.34 0.42
Hex 5A 46 8E 25 33 0 2C 101 22 2A
Octal 132 106 216 45 63 0 54 401 42 52
Binary 1011010 1000110 10001110 100101 110011 0 101100 100000001 100010 101010

Color Harmonies of #5A468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A468E

Black with #5A468E

Text Example


Text Example

White with #5A468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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