Html Css Color HEX #5A4B8D Gigas

📋 copy color: '#5A4B8D'

red 90 ◦ green 75 ◦ blue 141

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

Shades of Gigas #5A4B8D

Tints of Gigas #5A4B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 29.41%
G = 24.51%
B = 46.08%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A4B8D (or 0x5A4B8D) is known color: Gigas. HEX triplet: 5A, 4B and 8D. RGB value is (90,75,141). Sum of RGB (Red+Green+Blue) = 90+75+141=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A4B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B8D is #A5B472. Grayscale: #565656. Windows color (decimal): -10859635 or 9259866. OLE color: 9259866.

HSL color Cylindrical-coordinate representation of color #5A4B8D: hue angle of 253.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A4B8D is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 75 141 -
CMYK 0.36 0.47 0 0.45
HSL 253.64º 0.31% 0.42% -
HSV(B) 253.64º 0.47% 0.55% -
XYZ 11.54 9.13 26.35 -
YUV 87.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 90 75 141 0.36 0.47 0 0.45 253.64 0.31 0.42
Hex 5A 4B 8D 24 2F 0 2D FE 1F 2A
Octal 132 113 215 44 57 0 55 376 37 52
Binary 1011010 1001011 10001101 100100 101111 0 101101 11111110 11111 101010

Color Harmonies of #5A4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B8D

Black with #5A4B8D

Text Example


Text Example

White with #5A4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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