Html Css Color HEX #5A4FAD Rich Blue

📋 copy color: '#5A4FAD'

red 90 ◦ green 79 ◦ blue 173

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

Shades of Rich Blue #5A4FAD

Tints of Rich Blue #5A4FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 26.32%
G = 23.1%
B = 50.58%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A4FAD (or 0x5A4FAD) is known color: Rich Blue. HEX triplet: 5A, 4F and AD. RGB value is (90,79,173). Sum of RGB (Red+Green+Blue) = 90+79+173=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A4FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4FAD is #A5B052. Grayscale: #5C5C5C. Windows color (decimal): -10858579 or 11358042. OLE color: 11358042.

HSL color Cylindrical-coordinate representation of color #5A4FAD: hue angle of 247.02º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A4FAD is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 79 173 -
CMYK 0.48 0.54 0 0.32
HSL 247.02º 0.37% 0.49% -
HSV(B) 247.02º 0.54% 0.68% -
XYZ 14.56 10.78 40.85 -
YUV 93.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 90 79 173 0.48 0.54 0 0.32 247.02 0.37 0.49
Hex 5A 4F AD 30 36 0 20 F7 25 31
Octal 132 117 255 60 66 0 40 367 45 61
Binary 1011010 1001111 10101101 110000 110110 0 100000 11110111 100101 110001

Color Harmonies of #5A4FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4FAD

Black with #5A4FAD

Text Example


Text Example

White with #5A4FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,79,173); }

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

background-color css

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

 a { background-color: rgb(90,79,173); }

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

border-color css

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

 span { border-color: rgb(90,79,173); }

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