#505BAD

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

Shades of Rich Blue #505BAD

Tints of Rich Blue #505BAD

Color information

#505BAD (or 0x505BAD) is unknown color: approx Rich Blue. HEX triplet: 50, 5B and AD. RGB value is (80,91,173). Sum of RGB (Red+Green+Blue) = 80+91+173=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #505BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505BAD is #AFA452. Grayscale: #606060. Windows color (decimal): -11510867 or 11361104. OLE color: 11361104.

HSL color Cylindrical-coordinate representation of color #505BAD: hue angle of 232.9º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505BAD is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8091173-
CMYK0.540.4700.32
HSL232.9º36.76%49.61%-
HSV(B)232.9º53.76%67.84%-
XYZ14.5912.241.12-
YUV97.06170.86115.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=23.26%
G=26.45%
B=50.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80911730.540.4700.32232.936.7649.61
Hex505BAD362F020e92532
Octal12013325566570403514562
Binary1010000101101110101101110110101111010000011101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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