#504FAA

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

Shades of Rich Blue #504FAA

Tints of Rich Blue #504FAA

Color information

#504FAA (or 0x504FAA) is unknown color: approx Rich Blue. HEX triplet: 50, 4F and AA. RGB value is (80,79,170). Sum of RGB (Red+Green+Blue) = 80+79+170=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #504FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504FAA is #AFB055. Grayscale: #595959. Windows color (decimal): -11513942 or 11161424. OLE color: 11161424.

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

Color convert

RGB8079170-
CMYK0.530.5400.33
HSL240.66º36.55%48.82%-
HSV(B)240.66º53.53%66.67%-
XYZ13.3610.239.29-
YUV89.67173.33121.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=24.32%
G=24.01%
B=51.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80791700.530.5400.33240.6636.5548.82
Hex504FAA3536021f12531
Octal12011725265660413614561
Binary1010000100111110101010110101110110010000111110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504FAA; }

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

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

<style>
 a { background-color: #504FAA; }

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

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

<style>
 span { border-color: #504FAA; }

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

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