Html Css Color HEX #505AA9 Rich Blue

📋 copy color: '#505AA9'

red 80 ◦ green 90 ◦ blue 169

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

Shades of Rich Blue #505AA9

Tints of Rich Blue #505AA9

RGB

 RED value IS 80 (31.64% from 255) = 23.6%

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 169 (66.41% from 255) = 49.85%

R = 23.6%
G = 26.55%
B = 49.85%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#505AA9 (or 0x505AA9) is known color: Rich Blue. HEX triplet: 50, 5A and A9. RGB value is (80,90,169). Sum of RGB (Red+Green+Blue) = 80+90+169=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #505AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AA9 is #AFA556. Grayscale: #5F5F5F. Windows color (decimal): -11511127 or 11098704. OLE color: 11098704.

HSL color Cylindrical-coordinate representation of color #505AA9: hue angle of 233.26º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505AA9 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 90 169 -
CMYK 0.53 0.47 0 0.34
HSL 233.26º 0.36% 0.49% -
HSV(B) 233.26º 0.53% 0.66% -
XYZ 14.13 11.88 39.09 -
YUV 96.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 80 90 169 0.53 0.47 0 0.34 233.26 0.36 0.49
Hex 50 5A A9 35 2F 0 22 E9 24 31
Octal 120 132 251 65 57 0 42 351 44 61
Binary 1010000 1011010 10101001 110101 101111 0 100010 11101001 100100 110001

Color Harmonies of #505AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AA9

Black with #505AA9

Text Example


Text Example

White with #505AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505AA9; }

 p { color: rgb(80,90,169); }

 H1.HeaderClassName
 {
   color: #505AA9;
 }
 .AnyTagClassName
 {
   color: #505AA9;
 }
</style>

background-color css

<style>
 a { background-color: #505AA9; }

 a { background-color: rgb(80,90,169); }

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

border-color css

<style>
 span { border-color: #505AA9; }

 span { border-color: rgb(80,90,169); }

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