#506FA7

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

Shades of San Marino #506FA7

Tints of San Marino #506FA7

Color information

#506FA7 (or 0x506FA7) is unknown color: approx San Marino. HEX triplet: 50, 6F and A7. RGB value is (80,111,167). Sum of RGB (Red+Green+Blue) = 80+111+167=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #506FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FA7 is #AF9058. Grayscale: #6B6B6B. Windows color (decimal): -11505753 or 10973008. OLE color: 10973008.

HSL color Cylindrical-coordinate representation of color #506FA7: hue angle of 218.62º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #506FA7 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB80111167-
CMYK0.520.3400.35
HSL218.62º35.22%48.43%-
HSV(B)218.62º52.1%65.49%-
XYZ15.9715.8638.78-
YUV108.12161.23107.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 167 (65.62% from 255) = 46.65%
R=22.35%
G=31.01%
B=46.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal801111670.520.3400.35218.6235.2248.43
Hex506FA73422023db2330
Octal12015724764420433334360
Binary1010000110111110100111110100100010010001111011011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,111,167); }

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

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

 a { background-color: rgb(80,111,167); }

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

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

 span { border-color: rgb(80,111,167); }

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