#506E98

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

Shades of San Marino #506E98

Tints of San Marino #506E98

Color information

#506E98 (or 0x506E98) is unknown color: approx San Marino. HEX triplet: 50, 6E and 98. RGB value is (80,110,152). Sum of RGB (Red+Green+Blue) = 80+110+152=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #506E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506E98 is #AF9167. Grayscale: #696969. Windows color (decimal): -11506024 or 9989712. OLE color: 9989712.

HSL color Cylindrical-coordinate representation of color #506E98: hue angle of 215º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506E98 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80110152-
CMYK0.470.2800.40
HSL215º31.03%45.49%-
HSV(B)215º47.37%59.61%-
XYZ14.5515.1231.86-
YUV105.82154.06109.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=23.39%
G=32.16%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801101520.470.2800.4021531.0345.49
Hex506E982F1C028d71f2d
Octal12015623057340503273755
Binary10100001101110100110001011111110001010001101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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