#506DAB

Color #506DAB San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #506DAB

Tints of San Marino #506DAB

Color information

#506DAB (or 0x506DAB) is unknown color: approx San Marino. HEX triplet: 50, 6D and AB. RGB value is (80,109,171). Sum of RGB (Red+Green+Blue) = 80+109+171=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #506DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506DAB is #AF9254. Grayscale: #6B6B6B. Windows color (decimal): -11506261 or 11234640. OLE color: 11234640.

HSL color Cylindrical-coordinate representation of color #506DAB: hue angle of 220.88º 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 #506DAB is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80109171-
CMYK0.530.3600.33
HSL220.88º36.25%49.22%-
HSV(B)220.88º53.22%67.06%-
XYZ16.1315.5840.69-
YUV107.4163.89108.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=22.22%
G=30.28%
B=47.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801091710.530.3600.33220.8836.2549.22
Hex506DAB3524021dd2431
Octal12015525365440413354461
Binary1010000110110110101011110101100100010000111011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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