#505BBA

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

Shades of Rich Blue #505BBA

Tints of Rich Blue #505BBA

Color information

#505BBA (or 0x505BBA) is unknown color: approx Rich Blue. HEX triplet: 50, 5B and BA. RGB value is (80,91,186). Sum of RGB (Red+Green+Blue) = 80+91+186=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #505BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BBA is #AFA445. Grayscale: #626262. Windows color (decimal): -11510854 or 12213072. OLE color: 12213072.

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

Color convert

RGB8091186-
CMYK0.570.5100.27
HSL233.77º43.44%52.16%-
HSV(B)233.77º56.99%72.94%-
XYZ15.9112.7348.07-
YUV98.54177.36114.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=22.41%
G=25.49%
B=52.10%

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
Decimal80911860.570.5100.27233.7743.4452.16
Hex505BBA393301Bea2b34
Octal12013327271630333525364
Binary101000010110111011101011100111001101101111101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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