#504BB1

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

Shades of Rich Blue #504BB1

Tints of Rich Blue #504BB1

Color information

#504BB1 (or 0x504BB1) is unknown color: approx Rich Blue. HEX triplet: 50, 4B and B1. RGB value is (80,75,177). Sum of RGB (Red+Green+Blue) = 80+75+177=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #504BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504BB1 is #AFB44E. Grayscale: #575757. Windows color (decimal): -11514959 or 11619152. OLE color: 11619152.

HSL color Cylindrical-coordinate representation of color #504BB1: hue angle of 242.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504BB1 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8075177-
CMYK0.550.5800.31
HSL242.94º40.48%49.41%-
HSV(B)242.94º57.63%69.41%-
XYZ13.769.9142.78-
YUV88.12178.16122.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 177 (69.53% from 255) = 53.31%
R=24.10%
G=22.59%
B=53.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80751770.550.5800.31242.9440.4849.41
Hex504BB1373A01Ff32831
Octal12011326167720373635061
Binary101000010010111011000111011111101001111111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,75,177); }

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

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

 a { background-color: rgb(80,75,177); }

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

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

 span { border-color: rgb(80,75,177); }

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