#507396

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

Shades of San Marino #507396

Tints of San Marino #507396

Color information

#507396 (or 0x507396) is unknown color: approx San Marino. HEX triplet: 50, 73 and 96. RGB value is (80,115,150). Sum of RGB (Red+Green+Blue) = 80+115+150=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #507396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507396 is #AF8C69. Grayscale: #6C6C6C. Windows color (decimal): -11504746 or 9859920. OLE color: 9859920.

HSL color Cylindrical-coordinate representation of color #507396: hue angle of 210º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507396 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80115150-
CMYK0.470.2300.41
HSL210º30.43%45.1%-
HSV(B)210º46.67%58.82%-
XYZ14.9416.1731.19-
YUV108.52151.4107.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=23.19%
G=33.33%
B=43.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801151500.470.2300.4121030.4345.1
Hex5073962F17029d21e2d
Octal12016322657270513223655
Binary10100001110011100101101011111011101010011101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507396; }

 p { color: rgb(80,115,150); }

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

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

 a { background-color: rgb(80,115,150); }

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

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

 span { border-color: rgb(80,115,150); }

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