Html Css Color HEX #5A46A6 Rich Blue

📋 copy color: '#5A46A6'

red 90 ◦ green 70 ◦ blue 166

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

Shades of Rich Blue #5A46A6

Tints of Rich Blue #5A46A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.92%

R = 27.61%
G = 21.47%
B = 50.92%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5A46A6 (or 0x5A46A6) is known color: Rich Blue. HEX triplet: 5A, 46 and A6. RGB value is (90,70,166). Sum of RGB (Red+Green+Blue) = 90+70+166=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A46A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A46A6 is #A5B959. Grayscale: #565656. Windows color (decimal): -10860890 or 10896986. OLE color: 10896986.

HSL color Cylindrical-coordinate representation of color #5A46A6: hue angle of 252.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A46A6 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 70 166 -
CMYK 0.46 0.58 0 0.35
HSL 252.5º 0.41% 0.46% -
HSV(B) 252.5º 0.58% 0.65% -
XYZ 13.29 9.31 37.17 -
YUV 86.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 90 70 166 0.46 0.58 0 0.35 252.5 0.41 0.46
Hex 5A 46 A6 2E 3A 0 23 FD 29 2E
Octal 132 106 246 56 72 0 43 375 51 56
Binary 1011010 1000110 10100110 101110 111010 0 100011 11111101 101001 101110

Color Harmonies of #5A46A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A46A6

Black with #5A46A6

Text Example


Text Example

White with #5A46A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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