#505AAF

Color #505AAF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #505AAF

Tints of Rich Blue #505AAF

Color information

#505AAF (or 0x505AAF) is unknown color: approx Rich Blue. HEX triplet: 50, 5A and AF. RGB value is (80,90,175). Sum of RGB (Red+Green+Blue) = 80+90+175=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #505AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAF is #AFA550. Grayscale: #606060. Windows color (decimal): -11511121 or 11491920. OLE color: 11491920.

HSL color Cylindrical-coordinate representation of color #505AAF: hue angle of 233.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505AAF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8090175-
CMYK0.540.4900.31
HSL233.68º37.25%50%-
HSV(B)233.68º54.29%68.63%-
XYZ14.712.1142.12-
YUV96.7172.19116.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=23.19%
G=26.09%
B=50.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80901750.540.4900.31233.6837.2550
Hex505AAF363101Fea2532
Octal12013225766610373524562
Binary101000010110101010111111011011000101111111101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505AAF;
 }
 .AnyTagClassName
 {
   color: #505AAF;
 }
</style>
background-color css

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

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

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

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

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

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