#505BB7

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

Shades of Rich Blue #505BB7

Tints of Rich Blue #505BB7

Color information

#505BB7 (or 0x505BB7) is unknown color: approx Rich Blue. HEX triplet: 50, 5B and B7. RGB value is (80,91,183). Sum of RGB (Red+Green+Blue) = 80+91+183=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #505BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BB7 is #AFA448. Grayscale: #616161. Windows color (decimal): -11510857 or 12016464. OLE color: 12016464.

HSL color Cylindrical-coordinate representation of color #505BB7: hue angle of 233.59º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505BB7 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8091183-
CMYK0.560.5000.28
HSL233.59º41.7%51.57%-
HSV(B)233.59º56.28%71.76%-
XYZ15.612.6146.41-
YUV98.2175.86115.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 183 (71.88% from 255) = 51.69%
R=22.60%
G=25.71%
B=51.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80911830.560.5000.28233.5941.751.57
Hex505BB7383201Cea2a34
Octal12013326770620343525264
Binary101000010110111011011111100011001001110011101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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