#506B94

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

Shades of San Marino #506B94

Tints of San Marino #506B94

Color information

#506B94 (or 0x506B94) is unknown color: approx San Marino. HEX triplet: 50, 6B and 94. RGB value is (80,107,148). Sum of RGB (Red+Green+Blue) = 80+107+148=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #506B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506B94 is #AF946B. Grayscale: #676767. Windows color (decimal): -11506796 or 9726800. OLE color: 9726800.

HSL color Cylindrical-coordinate representation of color #506B94: hue angle of 216.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506B94 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80107148-
CMYK0.460.2800.42
HSL216.18º29.82%44.71%-
HSV(B)216.18º45.95%58.04%-
XYZ13.9114.3630.06-
YUV103.6153.05111.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=23.88%
G=31.94%
B=44.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801071480.460.2800.42216.1829.8244.71
Hex506B942E1C02Ad81e2d
Octal12015322456340523303655
Binary10100001101011100101001011101110001010101101100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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