#504BB9

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

Shades of Rich Blue #504BB9

Tints of Rich Blue #504BB9

Color information

#504BB9 (or 0x504BB9) is unknown color: approx Rich Blue. HEX triplet: 50, 4B and B9. RGB value is (80,75,185). Sum of RGB (Red+Green+Blue) = 80+75+185=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #504BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BB9 is #AFB446. Grayscale: #585858. Windows color (decimal): -11514951 or 12143440. OLE color: 12143440.

HSL color Cylindrical-coordinate representation of color #504BB9: hue angle of 242.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504BB9 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8075185-
CMYK0.570.5900.27
HSL242.73º44%50.98%-
HSV(B)242.73º59.46%72.55%-
XYZ14.5810.2447.11-
YUV89.04182.16121.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 185 (72.66% from 255) = 54.41%
R=23.53%
G=22.06%
B=54.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80751850.570.5900.27242.734450.98
Hex504BB9393B01Bf32c33
Octal12011327171730333635463
Binary101000010010111011100111100111101101101111110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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