Html Css Color HEX #5A48AA Rich Blue

📋 copy color: '#5A48AA'

red 90 ◦ green 72 ◦ blue 170

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

Shades of Rich Blue #5A48AA

Tints of Rich Blue #5A48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.69%

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

R = 27.11%
G = 21.69%
B = 51.2%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A48AA (or 0x5A48AA) is known color: Rich Blue. HEX triplet: 5A, 48 and AA. RGB value is (90,72,170). Sum of RGB (Red+Green+Blue) = 90+72+170=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A48AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A48AA is #A5B755. Grayscale: #585858. Windows color (decimal): -10860374 or 11159642. OLE color: 11159642.

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

Color convert

RGB 90 72 170 -
CMYK 0.47 0.58 0 0.33
HSL 251.02º 0.4% 0.47% -
HSV(B) 251.02º 0.58% 0.67% -
XYZ 13.79 9.71 39.18 -
YUV 88.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 90 72 170 0.47 0.58 0 0.33 251.02 0.4 0.47
Hex 5A 48 AA 2F 3A 0 21 FB 28 2F
Octal 132 110 252 57 72 0 41 373 50 57
Binary 1011010 1001000 10101010 101111 111010 0 100001 11111011 101000 101111

Color Harmonies of #5A48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A48AA

Black with #5A48AA

Text Example


Text Example

White with #5A48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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