#506CA9

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

Shades of San Marino #506CA9

Tints of San Marino #506CA9

Color information

#506CA9 (or 0x506CA9) is unknown color: approx San Marino. HEX triplet: 50, 6C and A9. RGB value is (80,108,169). Sum of RGB (Red+Green+Blue) = 80+108+169=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #506CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506CA9 is #AF9356. Grayscale: #6A6A6A. Windows color (decimal): -11506519 or 11103312. OLE color: 11103312.

HSL color Cylindrical-coordinate representation of color #506CA9: hue angle of 221.12º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506CA9 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB80108169-
CMYK0.530.3600.34
HSL221.12º35.74%48.82%-
HSV(B)221.12º52.66%66.27%-
XYZ15.8315.339.65-
YUV106.58163.22109.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=22.41%
G=30.25%
B=47.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801081690.530.3600.34221.1235.7448.82
Hex506CA93524022dd2431
Octal12015425165440423354461
Binary1010000110110010101001110101100100010001011011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,169); }

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

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

 a { background-color: rgb(80,108,169); }

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

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

 span { border-color: rgb(80,108,169); }

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