Html Css Color HEX #5A53A4 Rich Blue

📋 copy color: '#5A53A4'

red 90 ◦ green 83 ◦ blue 164

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

Shades of Rich Blue #5A53A4

Tints of Rich Blue #5A53A4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

 BLUE value IS 164 (64.45% from 255) = 48.66%

R = 26.71%
G = 24.63%
B = 48.66%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5A53A4 (or 0x5A53A4) is known color: Rich Blue. HEX triplet: 5A, 53 and A4. RGB value is (90,83,164). Sum of RGB (Red+Green+Blue) = 90+83+164=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A53A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A53A4 is #A5AC5B. Grayscale: #5E5E5E. Windows color (decimal): -10857564 or 10769242. OLE color: 10769242.

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

Color convert

RGB 90 83 164 -
CMYK 0.45 0.49 0 0.36
HSL 245.19º 0.33% 0.48% -
HSV(B) 245.19º 0.49% 0.64% -
XYZ 14.01 11.04 36.51 -
YUV 94.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 90 83 164 0.45 0.49 0 0.36 245.19 0.33 0.48
Hex 5A 53 A4 2D 31 0 24 F5 21 30
Octal 132 123 244 55 61 0 44 365 41 60
Binary 1011010 1010011 10100100 101101 110001 0 100100 11110101 100001 110000

Color Harmonies of #5A53A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A53A4

Black with #5A53A4

Text Example


Text Example

White with #5A53A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,83,164); }

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

background-color css

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

 a { background-color: rgb(90,83,164); }

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

border-color css

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

 span { border-color: rgb(90,83,164); }

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