Html Css Color HEX #5A4DB3 Rich Blue

📋 copy color: '#5A4DB3'

red 90 ◦ green 77 ◦ blue 179

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

Shades of Rich Blue #5A4DB3

Tints of Rich Blue #5A4DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 26.01%
G = 22.25%
B = 51.73%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5A4DB3 (or 0x5A4DB3) is known color: Rich Blue. HEX triplet: 5A, 4D and B3. RGB value is (90,77,179). Sum of RGB (Red+Green+Blue) = 90+77+179=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #5A4DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DB3 is #A5B24C. Grayscale: #5C5C5C. Windows color (decimal): -10859085 or 11750746. OLE color: 11750746.

HSL color Cylindrical-coordinate representation of color #5A4DB3: hue angle of 247.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A4DB3 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 77 179 -
CMYK 0.50 0.57 0 0.30
HSL 247.65º 0.4% 0.5% -
HSV(B) 247.65º 0.57% 0.7% -
XYZ 15.01 10.74 43.93 -
YUV 92.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 90 77 179 0.50 0.57 0 0.30 247.65 0.4 0.5
Hex 5A 4D B3 32 39 0 1E F8 28 32
Octal 132 115 263 62 71 0 36 370 50 62
Binary 1011010 1001101 10110011 110010 111001 0 11110 11111000 101000 110010

Color Harmonies of #5A4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4DB3

Black with #5A4DB3

Text Example


Text Example

White with #5A4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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