Html Css Color HEX #5A4B97 Gigas

📋 copy color: '#5A4B97'

red 90 ◦ green 75 ◦ blue 151

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

Shades of Gigas #5A4B97

Tints of Gigas #5A4B97

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 28.48%
G = 23.73%
B = 47.78%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A4B97 (or 0x5A4B97) is known color: Gigas. HEX triplet: 5A, 4B and 97. RGB value is (90,75,151). Sum of RGB (Red+Green+Blue) = 90+75+151=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A4B97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B97 is #A5B468. Grayscale: #575757. Windows color (decimal): -10859625 or 9915226. OLE color: 9915226.

HSL color Cylindrical-coordinate representation of color #5A4B97: hue angle of 251.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4B97 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 75 151 -
CMYK 0.40 0.50 0 0.41
HSL 251.84º 0.34% 0.44% -
HSV(B) 251.84º 0.5% 0.59% -
XYZ 12.32 9.44 30.45 -
YUV 88.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 90 75 151 0.40 0.50 0 0.41 251.84 0.34 0.44
Hex 5A 4B 97 28 32 0 29 FC 22 2C
Octal 132 113 227 50 62 0 51 374 42 54
Binary 1011010 1001011 10010111 101000 110010 0 101001 11111100 100010 101100

Color Harmonies of #5A4B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B97

Black with #5A4B97

Text Example


Text Example

White with #5A4B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,75,151); }

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

background-color css

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

 a { background-color: rgb(90,75,151); }

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

border-color css

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

 span { border-color: rgb(90,75,151); }

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