Html Css Color HEX #505AAA Rich Blue

📋 copy color: '#505AAA'

red 80 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #505AAA

Tints of Rich Blue #505AAA

RGB

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

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

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

R = 23.53%
G = 26.47%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#505AAA (or 0x505AAA) is known color: Rich Blue. HEX triplet: 50, 5A and AA. RGB value is (80,90,170). Sum of RGB (Red+Green+Blue) = 80+90+170=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #505AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAA is #AFA555. Grayscale: #5F5F5F. Windows color (decimal): -11511126 or 11164240. OLE color: 11164240.

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

Color convert

RGB 80 90 170 -
CMYK 0.53 0.47 0 0.33
HSL 233.33º 0.36% 0.49% -
HSV(B) 233.33º 0.53% 0.67% -
XYZ 14.22 11.92 39.58 -
YUV 96.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 80 90 170 0.53 0.47 0 0.33 233.33 0.36 0.49
Hex 50 5A AA 35 2F 0 21 E9 24 31
Octal 120 132 252 65 57 0 41 351 44 61
Binary 1010000 1011010 10101010 110101 101111 0 100001 11101001 100100 110001

Color Harmonies of #505AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AAA

Black with #505AAA

Text Example


Text Example

White with #505AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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