#505AAC

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

Shades of Rich Blue #505AAC

Tints of Rich Blue #505AAC

Color information

#505AAC (or 0x505AAC) is unknown color: approx Rich Blue. HEX triplet: 50, 5A and AC. RGB value is (80,90,172). Sum of RGB (Red+Green+Blue) = 80+90+172=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #505AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505AAC is #AFA553. Grayscale: #606060. Windows color (decimal): -11511124 or 11295312. OLE color: 11295312.

HSL color Cylindrical-coordinate representation of color #505AAC: hue angle of 233.48º degrees, saturation: 0.37, 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 #505AAC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8090172-
CMYK0.530.4800.33
HSL233.48º36.51%49.41%-
HSV(B)233.48º53.49%67.45%-
XYZ14.411240.59-
YUV96.36170.69116.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=23.39%
G=26.32%
B=50.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80901720.530.4800.33233.4836.5149.41
Hex505AAC3530021e92531
Octal12013225465600413514561
Binary1010000101101010101100110101110000010000111101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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