#506B9F

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

Shades of San Marino #506B9F

Tints of San Marino #506B9F

Color information

#506B9F (or 0x506B9F) is unknown color: approx San Marino. HEX triplet: 50, 6B and 9F. RGB value is (80,107,159). Sum of RGB (Red+Green+Blue) = 80+107+159=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #506B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B9F is #AF9460. Grayscale: #686868. Windows color (decimal): -11506785 or 10447696. OLE color: 10447696.

HSL color Cylindrical-coordinate representation of color #506B9F: hue angle of 219.49º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506B9F is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB80107159-
CMYK0.500.3300.38
HSL219.49º33.05%46.86%-
HSV(B)219.49º49.69%62.35%-
XYZ14.8214.7234.86-
YUV104.86158.55110.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=23.12%
G=30.92%
B=45.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801071590.500.3300.38219.4933.0546.86
Hex506B9F3221026db212f
Octal12015323762410463334157
Binary1010000110101110011111110010100001010011011011011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,107,159); }

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

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

 a { background-color: rgb(80,107,159); }

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

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

 span { border-color: rgb(80,107,159); }

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