#505DB3

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

Shades of Rich Blue #505DB3

Tints of Rich Blue #505DB3

Color information

#505DB3 (or 0x505DB3) is unknown color: approx Rich Blue. HEX triplet: 50, 5D and B3. RGB value is (80,93,179). Sum of RGB (Red+Green+Blue) = 80+93+179=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #505DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DB3 is #AFA24C. Grayscale: #626262. Windows color (decimal): -11510349 or 11754832. OLE color: 11754832.

HSL color Cylindrical-coordinate representation of color #505DB3: hue angle of 232.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505DB3 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8093179-
CMYK0.550.4800.30
HSL232.12º39.44%50.78%-
HSV(B)232.12º55.31%70.2%-
XYZ15.3612.7944.31-
YUV98.92173.19114.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=22.73%
G=26.42%
B=50.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80931790.550.4800.30232.1239.4450.78
Hex505DB3373001Ee82733
Octal12013526367600363504763
Binary101000010111011011001111011111000001111011101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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