#505DB9

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

Shades of Rich Blue #505DB9

Tints of Rich Blue #505DB9

Color information

#505DB9 (or 0x505DB9) is unknown color: approx Rich Blue. HEX triplet: 50, 5D and B9. RGB value is (80,93,185). Sum of RGB (Red+Green+Blue) = 80+93+185=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #505DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB9 is #AFA246. Grayscale: #636363. Windows color (decimal): -11510343 or 12148048. OLE color: 12148048.

HSL color Cylindrical-coordinate representation of color #505DB9: hue angle of 232.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505DB9 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8093185-
CMYK0.570.5000.27
HSL232.57º42.86%51.96%-
HSV(B)232.57º56.76%72.55%-
XYZ15.9813.0447.57-
YUV99.6176.19114.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=22.35%
G=25.98%
B=51.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80931850.570.5000.27232.5742.8651.96
Hex505DB9393201Be92b34
Octal12013527171620333515364
Binary101000010111011011100111100111001001101111101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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