#504FBD

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

Shades of Rich Blue #504FBD

Tints of Rich Blue #504FBD

Color information

#504FBD (or 0x504FBD) is unknown color: approx Rich Blue. HEX triplet: 50, 4F and BD. RGB value is (80,79,189). Sum of RGB (Red+Green+Blue) = 80+79+189=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #504FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FBD is #AFB042. Grayscale: #5B5B5B. Windows color (decimal): -11513923 or 12406608. OLE color: 12406608.

HSL color Cylindrical-coordinate representation of color #504FBD: hue angle of 240.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504FBD is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8079189-
CMYK0.580.5800.26
HSL240.55º45.45%52.55%-
HSV(B)240.55º58.2%74.12%-
XYZ15.2910.9749.46-
YUV91.84182.83119.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=22.99%
G=22.70%
B=54.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80791890.580.5800.26240.5545.4552.55
Hex504FBD3A3A01Af12d35
Octal12011727572720323615565
Binary101000010011111011110111101011101001101011110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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