#505DAB

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

Shades of Rich Blue #505DAB

Tints of Rich Blue #505DAB

Color information

#505DAB (or 0x505DAB) is unknown color: approx Rich Blue. HEX triplet: 50, 5D and AB. RGB value is (80,93,171). Sum of RGB (Red+Green+Blue) = 80+93+171=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #505DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505DAB is #AFA254. Grayscale: #616161. Windows color (decimal): -11510357 or 11230544. OLE color: 11230544.

HSL color Cylindrical-coordinate representation of color #505DAB: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505DAB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8093171-
CMYK0.530.4600.33
HSL231.43º36.25%49.22%-
HSV(B)231.43º53.22%67.06%-
XYZ14.5712.4740.17-
YUV98169.19115.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=23.26%
G=27.03%
B=49.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80931710.530.4600.33231.4336.2549.22
Hex505DAB352E021e72431
Octal12013525365560413474461
Binary1010000101110110101011110101101110010000111100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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