#505BB9

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

Shades of Rich Blue #505BB9

Tints of Rich Blue #505BB9

Color information

#505BB9 (or 0x505BB9) is unknown color: approx Rich Blue. HEX triplet: 50, 5B and B9. RGB value is (80,91,185). Sum of RGB (Red+Green+Blue) = 80+91+185=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #505BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BB9 is #AFA446. Grayscale: #626262. Windows color (decimal): -11510855 or 12147536. OLE color: 12147536.

HSL color Cylindrical-coordinate representation of color #505BB9: hue angle of 233.71º 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 #505BB9 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8091185-
CMYK0.570.5100.27
HSL233.71º42.86%51.96%-
HSV(B)233.71º56.76%72.55%-
XYZ15.8112.6947.52-
YUV98.43176.86114.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 91 (35.94% from 255) = 25.56%
BLUE value IS 185 (72.66% from 255) = 51.97%
R=22.47%
G=25.56%
B=51.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80911850.570.5100.27233.7142.8651.96
Hex505BB9393301Bea2b34
Octal12013327171630333525364
Binary101000010110111011100111100111001101101111101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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