#50679C

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

Shades of San Marino #50679C

Tints of San Marino #50679C

Color information

#50679C (or 0x50679C) is unknown color: approx San Marino. HEX triplet: 50, 67 and 9C. RGB value is (80,103,156). Sum of RGB (Red+Green+Blue) = 80+103+156=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #50679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50679C is #AF9863. Grayscale: #656565. Windows color (decimal): -11507812 or 10250064. OLE color: 10250064.

HSL color Cylindrical-coordinate representation of color #50679C: hue angle of 221.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50679C is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80103156-
CMYK0.490.3400.39
HSL221.84º32.2%46.27%-
HSV(B)221.84º48.72%61.18%-
XYZ14.1613.8133.37-
YUV102.16158.38112.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=23.60%
G=30.38%
B=46.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801031560.490.3400.39221.8432.246.27
Hex50679C3122027de202e
Octal12014723461420473364056
Binary1010000110011110011100110001100010010011111011110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50679C; }

 p { color: rgb(80,103,156); }

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

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

 a { background-color: rgb(80,103,156); }

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

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

 span { border-color: rgb(80,103,156); }

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