Html Css Color HEX #5A4DAC Rich Blue

📋 copy color: '#5A4DAC'

red 90 ◦ green 77 ◦ blue 172

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

Shades of Rich Blue #5A4DAC

Tints of Rich Blue #5A4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 26.55%
G = 22.71%
B = 50.74%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A4DAC (or 0x5A4DAC) is known color: Rich Blue. HEX triplet: 5A, 4D and AC. RGB value is (90,77,172). Sum of RGB (Red+Green+Blue) = 90+77+172=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4DAC is #A5B253. Grayscale: #5B5B5B. Windows color (decimal): -10859092 or 11291994. OLE color: 11291994.

HSL color Cylindrical-coordinate representation of color #5A4DAC: hue angle of 248.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A4DAC is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 77 172 -
CMYK 0.48 0.55 0 0.33
HSL 248.21º 0.38% 0.49% -
HSV(B) 248.21º 0.55% 0.67% -
XYZ 14.32 10.46 40.29 -
YUV 91.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 90 77 172 0.48 0.55 0 0.33 248.21 0.38 0.49
Hex 5A 4D AC 30 37 0 21 F8 26 31
Octal 132 115 254 60 67 0 41 370 46 61
Binary 1011010 1001101 10101100 110000 110111 0 100001 11111000 100110 110001

Color Harmonies of #5A4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4DAC

Black with #5A4DAC

Text Example


Text Example

White with #5A4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,77,172); }

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

background-color css

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

 a { background-color: rgb(90,77,172); }

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

border-color css

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

 span { border-color: rgb(90,77,172); }

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