Html Css Color HEX #5A51AD Rich Blue

📋 copy color: '#5A51AD'

red 90 ◦ green 81 ◦ blue 173

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

Shades of Rich Blue #5A51AD

Tints of Rich Blue #5A51AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 26.16%
G = 23.55%
B = 50.29%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A51AD (or 0x5A51AD) is known color: Rich Blue. HEX triplet: 5A, 51 and AD. RGB value is (90,81,173). Sum of RGB (Red+Green+Blue) = 90+81+173=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A51AD is #A5AE52. Grayscale: #5D5D5D. Windows color (decimal): -10858067 or 11358554. OLE color: 11358554.

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

Color convert

RGB 90 81 173 -
CMYK 0.48 0.53 0 0.32
HSL 245.87º 0.36% 0.5% -
HSV(B) 245.87º 0.53% 0.68% -
XYZ 14.7 11.08 40.9 -
YUV 94.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 90 81 173 0.48 0.53 0 0.32 245.87 0.36 0.5
Hex 5A 51 AD 30 35 0 20 F6 24 32
Octal 132 121 255 60 65 0 40 366 44 62
Binary 1011010 1010001 10101101 110000 110101 0 100000 11110110 100100 110010

Color Harmonies of #5A51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A51AD

Black with #5A51AD

Text Example


Text Example

White with #5A51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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