Html Css Color HEX #5A4ABA Rich Blue

📋 copy color: '#5A4ABA'

red 90 ◦ green 74 ◦ blue 186

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

Shades of Rich Blue #5A4ABA

Tints of Rich Blue #5A4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 25.71%
G = 21.14%
B = 53.14%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A4ABA (or 0x5A4ABA) is known color: Rich Blue. HEX triplet: 5A, 4A and BA. RGB value is (90,74,186). Sum of RGB (Red+Green+Blue) = 90+74+186=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4ABA is #A5B545. Grayscale: #5B5B5B. Windows color (decimal): -10859846 or 12208730. OLE color: 12208730.

HSL color Cylindrical-coordinate representation of color #5A4ABA: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4ABA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 74 186 -
CMYK 0.52 0.60 0 0.27
HSL 248.57º 0.45% 0.51% -
HSV(B) 248.57º 0.6% 0.73% -
XYZ 15.53 10.62 47.69 -
YUV 91.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 90 74 186 0.52 0.60 0 0.27 248.57 0.45 0.51
Hex 5A 4A BA 34 3C 0 1B F9 2D 33
Octal 132 112 272 64 74 0 33 371 55 63
Binary 1011010 1001010 10111010 110100 111100 0 11011 11111001 101101 110011

Color Harmonies of #5A4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4ABA

Black with #5A4ABA

Text Example


Text Example

White with #5A4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,74,186); }

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

background-color css

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

 a { background-color: rgb(90,74,186); }

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

border-color css

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

 span { border-color: rgb(90,74,186); }

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