#506E9E

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

Shades of San Marino #506E9E

Tints of San Marino #506E9E

Color information

#506E9E (or 0x506E9E) is unknown color: approx San Marino. HEX triplet: 50, 6E and 9E. RGB value is (80,110,158). Sum of RGB (Red+Green+Blue) = 80+110+158=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #506E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E9E is #AF9161. Grayscale: #6A6A6A. Windows color (decimal): -11506018 or 10382928. OLE color: 10382928.

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

Color convert

RGB80110158-
CMYK0.490.3000.38
HSL216.92º32.77%46.67%-
HSV(B)216.92º49.37%61.96%-
XYZ15.0615.3334.51-
YUV106.5157.06109.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=22.99%
G=31.61%
B=45.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801101580.490.3000.38216.9232.7746.67
Hex506E9E311E026d9212f
Octal12015623661360463314157
Binary101000011011101001111011000111110010011011011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,110,158); }

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

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

 a { background-color: rgb(80,110,158); }

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

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

 span { border-color: rgb(80,110,158); }

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