Html Css Color HEX #5A4CAA Rich Blue

📋 copy color: '#5A4CAA'

red 90 ◦ green 76 ◦ blue 170

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

Shades of Rich Blue #5A4CAA

Tints of Rich Blue #5A4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 26.79%
G = 22.62%
B = 50.6%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A4CAA (or 0x5A4CAA) is known color: Rich Blue. HEX triplet: 5A, 4C and AA. RGB value is (90,76,170). Sum of RGB (Red+Green+Blue) = 90+76+170=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4CAA is #A5B355. Grayscale: #5A5A5A. Windows color (decimal): -10859350 or 11160666. OLE color: 11160666.

HSL color Cylindrical-coordinate representation of color #5A4CAA: hue angle of 248.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A4CAA is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 76 170 -
CMYK 0.47 0.55 0 0.33
HSL 248.94º 0.38% 0.48% -
HSV(B) 248.94º 0.55% 0.67% -
XYZ 14.06 10.24 39.27 -
YUV 90.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 90 76 170 0.47 0.55 0 0.33 248.94 0.38 0.48
Hex 5A 4C AA 2F 37 0 21 F9 26 30
Octal 132 114 252 57 67 0 41 371 46 60
Binary 1011010 1001100 10101010 101111 110111 0 100001 11111001 100110 110000

Color Harmonies of #5A4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4CAA

Black with #5A4CAA

Text Example


Text Example

White with #5A4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,170); }

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

background-color css

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

 a { background-color: rgb(90,76,170); }

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

border-color css

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

 span { border-color: rgb(90,76,170); }

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