Html Css Color HEX #5A4BAA Rich Blue

📋 copy color: '#5A4BAA'

red 90 ◦ green 75 ◦ blue 170

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

Shades of Rich Blue #5A4BAA

Tints of Rich Blue #5A4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

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

R = 26.87%
G = 22.39%
B = 50.75%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A4BAA (or 0x5A4BAA) is known color: Rich Blue. HEX triplet: 5A, 4B and AA. RGB value is (90,75,170). Sum of RGB (Red+Green+Blue) = 90+75+170=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4BAA is #A5B455. Grayscale: #595959. Windows color (decimal): -10859606 or 11160410. OLE color: 11160410.

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

Color convert

RGB 90 75 170 -
CMYK 0.47 0.56 0 0.33
HSL 249.47º 0.39% 0.48% -
HSV(B) 249.47º 0.56% 0.67% -
XYZ 13.99 10.11 39.24 -
YUV 90.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 90 75 170 0.47 0.56 0 0.33 249.47 0.39 0.48
Hex 5A 4B AA 2F 38 0 21 F9 27 30
Octal 132 113 252 57 70 0 41 371 47 60
Binary 1011010 1001011 10101010 101111 111000 0 100001 11111001 100111 110000

Color Harmonies of #5A4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4BAA

Black with #5A4BAA

Text Example


Text Example

White with #5A4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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